options(scipen=999)
source(here::here("code", "setup.R"))
# defaults for plots
library(ggplot2); theme_set(theme_minimal());
options(
ggplot2.continuous.color = "viridis",
ggplot2.continuous.fill = "viridis"
)
scale_color_discrete <- function(...){
scale_color_viridis_d(..., direction = -1,
begin = 0, end = .6, option = "plasma")}
scale_fill_discrete <- function(...){
scale_fill_viridis_d(..., direction = -1,
begin = 0, end = .6, option = "plasma")}
scale_color_continuous <- function(...){
scale_color_viridis_c(..., direction = -1,
option = "plasma")}
scale_fill_continuous <- function(...){
scale_fill_viridis_c(..., direction = -1,
option = "plasma")}
# Table formatting
library(kableExtra)
kablebox <- . %>%
slice_head(n = 300) %>%
knitr::kable() %>%
kable_styling() %>%
scroll_box(height = "400px")# actions
actions <- read_csv(here("data" , "actions.csv"))
actions %>% distinct(docket_id) %>% nrow## [1] 454
library("readxl")
rins <- read_excel(here::here("data", "dodd-frank-rulemaking-directory_doc_oriented_wdescription.xls")) %>%
rename(docket_id = identifier) %>%
select(-"...1")
lookup <- read_csv(here::here("data", "docket_related_rin_lookup.csv")) %>%
select(-"...1") %>%
mutate(across(everything(), str_squish))
rin_lookup <- full_join(rins, lookup, by = "docket_id", suffix = c(".directory", ".lookup")) %>%
mutate(title = str_to_title(title) %>% str_squish()) %>%
mutate(across(everything(), str_squish))Some dockets don’t have related rins in lookup table
# ~35/2 with different comment counts per docket
# ~325/2 with different titles per docket
# ~98/2 with different related RINS / lowest related rin per docket
# 115/2 with different docket_urls
# missing related RINs
rin_lookup %>%
select(# title,
docket_id,
RIN.directory, RIN.lookup,
related.rins,
lowest.sorted.rin.of.related.rins,
docket_url.directory, docket_url.lookup,
comment_count) %>%
distinct() %>%
filter(is.na(related.rins)) %>%
kablebox()rin_lookup %>%
select(# title,
docket_id,
RIN.directory, RIN.lookup,
related.rins,
lowest.sorted.rin.of.related.rins,
docket_url.directory, docket_url.lookup,
comment_count) %>%
distinct() %>%
filter(!is.na(related.rins)) %>%
add_count( docket_id) %>%
arrange(docket_id) %>%
filter(n > 1) %>%
distinct() %>%
kablebox()rin_lookup %<>%
select(-RIN.directory,
-docket_url.directory) %>% distinct()
names(rin_lookup) %<>% str_remove(".lookup")I changed a few names from Jacob’s data:
# clean match data from finreg_commenter_covariates
load(here("data", "match_data_clean.Rdata"))
d <- match_data_clean %>% distinct()
d %<>% mutate(NonProfitTax_name= nonprofits_resources_name,
# compustat_resources_name,
OpenSecretsOrgs_name = opensecrets_resources_jwVersion_name)
# data from finreg org level covariates
orgs <- here("data", #"match_data", # old in match_data
#"finreg_org_level_covariates_df_20210908.csv"
"finreg_org_level_covariates_df_20211118.csv"
) %>%
read_csv()d %<>% mutate(org_comment = ifelse(is_likely_org == 1, "Likely Org", "Likely Not Org"),
Agency = str_to_upper(comment_agency))
d %<>% filter(is_likely_org == 1)
d %<>% mutate(Org_type = org_type %>%
str_replace("CIK", "Filed with SEC (CIK Data)") %>%
str_replace("compustat", "Wharton Compustat Company Database") %>%
str_replace("FDIC", "FDIC-Insured Bank") %>%
str_replace("Nonprofit", "Nonprofit (IRS Data)") %>%
str_replace("FFIEC", "FFIEC Bank/Bank-like Entity") %>%
str_replace("OpenSecrets", "PAC Donor (CRP Data)"))
# comments
d %>% group_by(Agency, Org_type) %>%
count() %>%
ggplot() +
aes(x = Agency, y = n, fill = Org_type) +
geom_col() +
labs(fill = "Type of Organanization",
y = "Number of Comments")
# unique orgs
d %>% distinct(Agency, Org_type, org_name) %>%
group_by(Agency, Org_type) %>%
count() %>%
ggplot() +
aes(x = Agency, y = n, fill = Org_type) +
geom_col() +
labs(fill = "Type of Organanization",
y = "Number of Organizations")
# with the data Jacob collapsed
orgs %>%
mutate(Agency = str_spl(comment_agency, "\\|"),
org_type = best_match_type %>% str_remove("_.*")) %>%
unnest(Agency) %>%
group_by(Agency, org_type) %>%
count() %>%
ggplot() +
aes(x = Agency, y = n, fill = org_type) +
geom_col() +
#facet_wrap("org_comment", scales = "free") +
labs(fill = "Type of Organanization",
y = "Number of Organizations")
org_count_agency <- d %>% filter(is_likely_org ==1) %>%
count(org_name, org_type, org_resources, Agency)
org_count <- d %>% filter(is_likely_org ==1) %>%
count(org_name, org_type, org_resources)
# 2k
paste("Credit Union matches: ", sum(!is.na(d$CreditUnions_name)) )## [1] "Credit Union matches: 2289"
d %>% filter(!is.na(CreditUnions_name)) %>% select(ends_with("name"), comment_url) %>% kablebox()| comment_org_name | comment_submitter_name | CIK_name | CreditUnions_name | FDIC_Institutions_name | FFIECInstitutions_name | SEC_Institutions_name | compustat_resources_name | nonprofits_resources_name | opensecrets_resources_jwVersion_name | FDIC_Institutions-orgMatch:STNAME | org_name | NonProfitTax_name | OpenSecretsOrgs_name | comment_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| freedom credit | marcia bagnell | NA | freedom credit | NA | NA | NA | NA | NA | NA | NA | freedom credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12038 |
| freedom credit | rebecca daly | NA | freedom credit | NA | NA | NA | NA | NA | NA | NA | freedom credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0011 |
| advance financial | richard buchanan | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144346 |
| advance financial | cornillo moreno | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144358 |
| advance financial | susana garcia mora | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144357 |
| advance financial | marvin rodriguez | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144355 |
| advance financial | juan enrique arias delgado | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144354 |
| advance financial | michael morgan | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144886 |
| bethel ame church | kenneth baker | NA | bethel ame church | NA | NA | NA | NA | NA | NA | NA | bethel ame church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144915 |
| brentwood baptist church | rev carolyn pickens | NA | brentwood baptist church | NA | NA | NA | NA | NA | NA | NA | brentwood baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144894 |
| advance financial | mike lynn | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144950 |
| brentwood baptist church | rev kevin williams | NA | brentwood baptist church | NA | NA | NA | NA | NA | NA | NA | brentwood baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144895 |
| advance financial | mary constocel | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145355 |
| advance financial | melissa jones | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145537 |
| advance financial | nigel gwan | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145534 |
| advance financial | matthew harvey | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145533 |
| baptist fellowship | constance glass | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146537 |
| advance financial | mary brown | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145620 |
| baptist fellowship | bob brewer | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145332 |
| advance financial | christian beck | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145508 |
| advance financial | fernando bravo | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145517 |
| baptist fellowship | aubrey hunt | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145331 |
| baptist fellowship | carol hawkins | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145336 |
| baptist fellowship | carolyn worthy | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146535 |
| advance financial | audrey jones | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154176 |
| baptist fellowship | jimmy simmons | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158083 |
| baptist fellowship | pete mcqueen | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154265 |
| advance financial | melissa richmond | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-151959 |
| baptist fellowship | francine walker | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146632 |
| advance financial | allison wood | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-157596 |
| baptist fellowship | sarah gilchrist | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148431 |
| advance financial | josh jones | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154022 |
| baptist fellowship | tiffany mcdaniel | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158049 |
| baptist fellowship | shirley oliver | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146625 |
| advance financial | diego romero | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156841 |
| advance financial | jake trapp | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154813 |
| arkansas employees credit | wendy campbell | NA | arkansas kraft employees | NA | NA | NA | NA | NA | NA | NA | arkansas kraft employees | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148770 |
| baptist fellowship | arleane morehead | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158043 |
| baptist fellowship | carlton burnam | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148499 |
| baptist fellowship | jill mays | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158052 |
| baptist fellowship | cynthia burgess | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158059 |
| advance financial | shane hillman | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-157509 |
| advance financial | thomas peterson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-150423 |
| baptist fellowship | lucious white | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158080 |
| baptist fellowship | willis gardner | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148526 |
| advance financial | roger tanner | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-150916 |
| baptist fellowship | barbara leach | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158042 |
| baptist fellowship | annie williams | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148411 |
| baptist fellowship | doreen van rossum | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158032 |
| baptist fellowship | rebecca sanders | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154267 |
| baptist fellowship | geraldine chapman | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148414 |
| baptist fellowship | glenda snow | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148508 |
| baptist fellowship | bill ballew | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154235 |
| baptist fellowship | harry thurman | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146600 |
| baptist fellowship | stephany shorter | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158035 |
| advance financial | arturo villa | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156316 |
| baptist fellowship | michelle mcmillan | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158077 |
| advance financial | anonymous anonymous | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156631 |
| advance financial | shirley barnes | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-152220 |
| baptist fellowship | robert reeves | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148537 |
| baptist fellowship | nancy thurman | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146612 |
| baptist fellowship | brenda tillman | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148497 |
| baptist fellowship | tomarr williams | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158072 |
| baptist fellowship | pat robertson | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154263 |
| advance financial | miguel santo | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156221 |
| baptist fellowship | janet turner | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154259 |
| baptist fellowship | ragsdale | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148541 |
| baptist fellowship | irvin seawright | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158030 |
| advance financial | janette smith | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156575 |
| baptist fellowship | yvonne burnam | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148527 |
| baptist fellowship | ketra smith | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158082 |
| emerald credit | joe crawfis | NA | emerald credit | NA | NA | NA | NA | NA | NA | NA | emerald credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154340 |
| baptist fellowship | gary fowler | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158039 |
| baptist fellowship | thomas hawkins | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146627 |
| baptist fellowship | arlene topley | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148531 |
| baptist fellowship | emma hicks | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148556 |
| baptist fellowship | ruby allison | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158074 |
| baptist fellowship | luella robinson | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154493 |
| baptist fellowship | joann mitchell adkins | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146608 |
| baptist fellowship | marketta english | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158079 |
| baptist fellowship | olga shaver | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148535 |
| baptist fellowship | charlotte wilson | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158041 |
| abilene teachers credit | james boyd | NA | abilene teachers | NA | NA | NA | NA | NA | NA | NA | abilene teachers | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148822 |
| baptist fellowship | william rhodes | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148542 |
| baptist fellowship | eugene conway | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146631 |
| advance financial | janice vines | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156071 |
| advance financial | lonnie compton | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154827 |
| advance financial | ryan dunlap | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154780 |
| texas people credit | andy reed | NA | texas people | NA | NA | NA | NA | NA | NA | NA | texas people | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148852 |
| baptist fellowship | emma lowe | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158055 |
| advance financial | ashley shepherd | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156607 |
| baptist fellowship | nicholas gilchrist | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158076 |
| advance financial | paula steele | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-153158 |
| advance financial | michael tatham | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-150849 |
| baptist fellowship | juanita norman | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158028 |
| baptist fellowship | destiny davis | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146588 |
| baptist fellowship | george black | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158038 |
| advance financial | howard frederick | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-150837 |
| baptist fellowship | mae eccles | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158027 |
| advance financial | ray dalton | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-152610 |
| baptist fellowship | pauline cargile | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154264 |
| baptist fellowship | martha quargnenti | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148534 |
| baptist fellowship | sandy hayes | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158073 |
| baptist fellowship | betty jo conley | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158034 |
| advance financial | charles beltz | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154751 |
| advance financial | anonymous anonymous | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-151449 |
| baptist fellowship | butch wright | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154236 |
| baptist fellowship | gregory williams | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158086 |
| unity catholic credit | brian mccue | NA | unity catholic | NA | NA | NA | NA | NA | NA | NA | unity catholic | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154161 |
| advance financial | danaya stockard | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-153436 |
| advance financial | duina flores | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-150798 |
| baptist fellowship | jimmy lewis | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148533 |
| baptist fellowship | vivian younginer | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158023 |
| advance financial | melinda fultz | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-155206 |
| advance financial | phillip armstrong | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-151619 |
| advance financial | nathan harris | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-153946 |
| virginia credit | beverly rutherford | NA | virginia credit | NA | NA | NA | NA | NA | NA | NA | virginia credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148851 |
| baptist fellowship | vandolyn cabbil | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158048 |
| baptist fellowship | emmanuel mccall | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158054 |
| baptist fellowship | felicia younginer | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158053 |
| baptist fellowship | gayla ditollosy | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154256 |
| baptist fellowship | larry younginer | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158051 |
| advance financial | noe ortz | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-153776 |
| baptist fellowship | mary irvin | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158050 |
| baptist fellowship | dianne smith | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158056 |
| advance financial | david franklin | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-151652 |
| emerald credit | wendy driver | NA | emerald credit | NA | NA | NA | NA | NA | NA | NA | emerald credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156288 |
| baptist fellowship | frances youngblood | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146593 |
| baptist fellowship | gertrude gillard | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158031 |
| baptist fellowship | john boyanton | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154272 |
| baptist fellowship | kizzy thomas | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148429 |
| advance financial | ash lavoie | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154815 |
| baptist fellowship | carl glover | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158061 |
| baptist fellowship | james williams | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158084 |
| advance financial | michelle lavoie | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154812 |
| advance financial | amber trail | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-151486 |
| baptist fellowship | mchenry moseley | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158026 |
| baptist fellowship | charles williams | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148412 |
| baptist fellowship | charles lewis | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158033 |
| advance financial | kimberly hassell | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154785 |
| advance financial | cary cook | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-155553 |
| baptist fellowship | travis wilson | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148540 |
| baptist fellowship | brenda bonner | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158087 |
| baptist fellowship | gertrude barnes | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154257 |
| baptist fellowship | ruth reeves | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148539 |
| baptist fellowship | thedore ector | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148559 |
| baptist fellowship | richard newell | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148536 |
| baptist fellowship | william bailey | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148432 |
| baptist fellowship | elbert price | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158040 |
| baptist fellowship | lolita lighting | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148558 |
| baptist fellowship | sharon lewis | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158024 |
| advance financial | james westmoreland | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-150392 |
| baptist fellowship | mary ann tew | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146634 |
| advance financial | jay tarter | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-151962 |
| baptist fellowship | oneida weeks | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158075 |
| baptist fellowship | emma mccall | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148557 |
| baptist fellowship | dorothy wilson | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154270 |
| baptist fellowship | myron english | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148430 |
| baptist fellowship | margaret boyanton | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146633 |
| baptist fellowship | myra berry | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154260 |
| advance financial | mark hall | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-150836 |
| baptist fellowship | robert wright | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148538 |
| baptist fellowship | judy conway | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158037 |
| advance financial | jordan anderson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-157797 |
| advance financial | eric johnson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156676 |
| baptist fellowship | james shaver | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148532 |
| baptist fellowship | nell brewer | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154262 |
| advance financial | ashley elder | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-150408 |
| baptist fellowship | jimmy norman | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158029 |
| baptist fellowship | maya abrams | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158078 |
| baptist fellowship | linda crook | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158081 |
| baptist fellowship | ann wooten | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148530 |
| baptist fellowship | ervin dawson | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146591 |
| advance financial | imani joyner | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154802 |
| baptist fellowship | eric thomas | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154253 |
| baptist fellowship | gwendolyn morris | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158085 |
| advance financial | cynthia bryson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169355 |
| advance financial | ismael lopez | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169417 |
| baptist fellowship | keevin bell | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170215 |
| advance financial | nathaniel brunson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-165015 |
| advance financial | basiru konta | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-164437 |
| advance financial | justin richardson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169291 |
| texas health resources | anonymous anonymous | NA | texas health resources | NA | NA | NA | NA | NA | NA | NA | texas health resources | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-185034 |
| advance financial | april nelson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161694 |
| advance financial | johnny vince | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161581 |
| advance financial | dennise conley | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-162868 |
| advance financial | isaac wiley | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169284 |
| advance financial | audrey l love | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163395 |
| advance financial | robert weaver | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-164418 |
| advance financial | lisa fults | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163334 |
| advance financial | naomi king | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158370 |
| baptist fellowship | marshall english | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170218 |
| advance financial | ashton coursey | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161526 |
| baptist fellowship | cynthia robinson | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170640 |
| advance financial | billy ladd | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158523 |
| advance financial | joshua phillips | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163742 |
| advance financial | viven shannon | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161760 |
| advance financial | gary staggs | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163752 |
| advance financial | jeffery moss | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158410 |
| advance financial | heather lavoie | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161625 |
| advance financial | phillip hofstetter | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-164954 |
| cardinal credit | susan joseph | NA | cardinal credit | NA | NA | NA | NA | NA | NA | NA | cardinal credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169813 |
| advance financial | tinisha broadnax | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163474 |
| texas credit | armando martinez | NA | credit texas | NA | NA | NA | NA | NA | NA | NA | credit texas | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170681 |
| advance financial | clay storie | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-162472 |
| advance financial | troy bradford | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-162048 |
| advance financial | jerald king | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167325 |
| advance financial | shelah spencer | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161763 |
| advance financial | michaela vileikis | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167853 |
| advance financial | sandra eddy | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168668 |
| advance financial | rodney bowen | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163421 |
| advance financial | ronald spencer | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161472 |
| advance financial | nikki rivers | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167185 |
| baptist fellowship | james brown | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170214 |
| advance financial | ireland white | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161835 |
| advance financial | john griffin | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-165943 |
| advance financial | laura johnson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161529 |
| advance financial | kristy herra | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167082 |
| advance financial | mary ingram | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167857 |
| advance financial | elizabeth bean | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161521 |
| advance financial | anonymous anonymous | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-164512 |
| baptist fellowship | theresa fowler | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170249 |
| advance financial | eric klean | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163405 |
| advance financial | ashley pierre | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158415 |
| advance financial | rhamadan ahmed | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161530 |
| advance financial | vincent ware | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169380 |
| advance financial | michelle watson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158365 |
| advance financial | brittany mcclister | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-162463 |
| advance financial | james holland | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168579 |
| advance financial | miranda vileikis | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167849 |
| advance financial | steve ramsey | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-162469 |
| advance financial | charlie biles | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167331 |
| advance financial | christopher jones | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167724 |
| advance financial | shane hillman | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167854 |
| advance financial | jessica kemp | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163438 |
| advance financial | jacqueline py | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167855 |
| baptist fellowship | marlon english | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170217 |
| advance financial | michael holland | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161764 |
| advance financial | carol rivera | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168950 |
| advance financial | amanda stanfill | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161917 |
| advance financial | william bridgewater | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163270 |
| advance financial | ashley burris | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167856 |
| baptist fellowship | mario armstrong | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170216 |
| advance financial | terry lasseter | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163346 |
| advance financial | cheryl cox | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163528 |
| advance financial | lonnie compton | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167394 |
| advance financial | david hutson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163618 |
| advance financial | yusef al makmoli | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161522 |
| advance financial | emily bouldin | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167249 |
| advance financial | jasmine dixon | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168179 |
| kingsville area educators | anonymous anonymous | NA | kingsville area educators | NA | NA | NA | NA | NA | NA | NA | kingsville area educators | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-186573 |
| advance financial | mark hall | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161836 |
| baptist fellowship | barbara conley | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170252 |
| baptist fellowship | candace bazile | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170253 |
| advance financial | carl padgett | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167180 |
| advance financial | amanda wilson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169290 |
| advance financial | adam smith | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168164 |
| baptist fellowship | terrance stewart | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170220 |
| advance financial | nija seay | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161363 |
| advance financial | kortnie smidtke | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161626 |
| cardinal credit | kevin lacamera | NA | cardinal credit | NA | NA | NA | NA | NA | NA | NA | cardinal credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169702 |
| advance financial | kwesi manuel | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-164953 |
| advance financial | cecil shields | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168669 |
| advance financial | antonio neely | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161762 |
| advance financial | toby crawford | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167083 |
| advance financial | tyler odom | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163888 |
| advance financial | martha ramirez | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168948 |
| advance financial | jarome prater | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163399 |
| advance financial | larenzo sullivan | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158366 |
| advance financial | angela anglin | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168871 |
| commodore perry credit | michael barr | NA | commodore perry | NA | NA | NA | NA | NA | NA | NA | commodore perry | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169700 |
| liberty teachers credit | anonymous anonymous | NA | liberty teachers | NA | NA | NA | NA | NA | NA | NA | liberty teachers | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-186566 |
| advance financial | stacey williams | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161623 |
| advance financial | charles davis | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168244 |
| advance financial | tyler atkinson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163784 |
| advance financial | donald mabon | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169416 |
| advance financial | john peters | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-159512 |
| advance financial | nancy faulk | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168872 |
| advance financial | selena pack | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167251 |
| advance financial | antonio neely | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-163887 |
| advance financial | josh baxter | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161525 |
| advance financial | angela priddy | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167091 |
| advance financial | johnathan crabtree | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167825 |
| advance financial | james homan | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168709 |
| advance financial | astin leavy | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-162083 |
| advance financial | amy conteras | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-167081 |
| advance financial | ken rinehart | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168667 |
| advance financial | imani joyner | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161602 |
| advance financial | imani joyner | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161869 |
| baptist fellowship | marshetta english | NA | fellowship baptist church | NA | NA | NA | NA | NA | NA | NA | fellowship baptist church | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170219 |
| advance financial | paul williams | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-160310 |
| cardinal credit | christine blake | NA | cardinal credit | NA | NA | NA | NA | NA | NA | NA | cardinal credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169703 |
| advance financial | travis booth | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-161696 |
| credit southern california | anonymous anonymous | NA | credit southern california | NA | NA | NA | NA | NA | NA | NA | credit southern california | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-185190 |
| advance financial | julie wilkerson | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-168229 |
| advance financial | emani king | NA | advance financial | NA | NA | NA | NA | NA | NA | NA | advance financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-162169 |
| 1st cash express | anonymous anonymous | NA | 1st class express | NA | NA | NA | NA | NA | NA | NA | 1st class express | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199105 |
| impact credit | scott hicks | NA | impact credit | NA | NA | NA | NA | NA | NA | NA | impact credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200958 |
| members financial | anonymous anonymous | NA | members financial | NA | NA | NA | NA | NA | NA | NA | members financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200954 |
| impact credit | sonya smith | NA | impact credit | NA | NA | NA | NA | NA | NA | NA | impact credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200938 |
# 5k
paste("CIK matches: ", sum(!is.na(d$CIK_name)) )## [1] "CIK matches: 3533"
d %>% filter(!is.na(CIK_name)) %>% select(ends_with("name"), comment_url) %>% kablebox()| comment_org_name | comment_submitter_name | CIK_name | CreditUnions_name | FDIC_Institutions_name | FFIECInstitutions_name | SEC_Institutions_name | compustat_resources_name | nonprofits_resources_name | opensecrets_resources_jwVersion_name | FDIC_Institutions-orgMatch:STNAME | org_name | NonProfitTax_name | OpenSecretsOrgs_name | comment_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| troy capital | rance willey | troy capital partners | NA | NA | NA | NA | NA | NA | NA | NA | troy capital partners | NA | NA | https://www.regulations.gov/document?D=CFPB-2020-0010-0006 |
| american financial services | celia winslow | american financial services | NA | NA | NA | NA | NA | NA | NA | NA | american financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2020-0010-0009 |
| one true | ohad samet | one true | NA | NA | NA | NA | NA | NA | NA | NA | one true | NA | NA | https://www.regulations.gov/document?D=CFPB-2020-0010-0010 |
| select portfolio servicing | mike kruger | select portfolio servicing | NA | NA | NA | NA | NA | NA | NA | NA | select portfolio servicing | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12078 |
| gc services limited partnership | brad batig | gc central 12 limited partnership | NA | NA | NA | NA | NA | NA | NA | NA | gc central 12 limited partnership | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12101 |
| troy capital | rance willey | troy capital partners | NA | NA | NA | NA | NA | NA | NA | NA | troy capital partners | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12073 |
| troy capital | zackary willey | troy capital partners | NA | NA | NA | NA | NA | NA | NA | NA | troy capital partners | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12060 |
| troy capital | rance willey | troy capital partners | NA | NA | NA | NA | NA | NA | NA | NA | troy capital partners | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12072 |
| rivers edge | jenn bergsma | rivers edge | NA | NA | NA | NA | NA | NA | NA | NA | rivers edge | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0473 |
| express recovery services | amber peterson | automotive recovery services | NA | NA | NA | NA | NA | NA | NA | NA | automotive recovery services | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9152 |
| check cash | jake proffitt | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9175 |
| express recovery services | amber peterson | automotive recovery services | NA | NA | NA | NA | NA | NA | NA | NA | automotive recovery services | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9142 |
| american bar | judy perry martinez | american bar | NA | NA | NA | NA | NA | NA | NA | NA | american bar | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9441 |
| consumer law center et al | anonymous anonymous | abs capital partners et al | NA | NA | NA | NA | NA | NA | NA | NA | abs capital partners et al | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9570 |
| progressive management systems | yvonne garcia | progressive angioplasty systems | NA | NA | NA | NA | NA | NA | NA | NA | progressive angioplasty systems | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9546 |
| new economy project | sarah ludwig | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9531 |
| encore capital | sheryl wright | encore capital | NA | NA | NA | NA | NA | NA | NA | NA | encore capital | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9590 |
| telecheck services trs recovery services | jane williams | telecheck services | NA | NA | NA | NA | NA | NA | NA | NA | telecheck services | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9576 |
| bankers compliance consulting | diane dean | aegix compliance consulting | NA | NA | NA | NA | NA | NA | NA | NA | aegix compliance consulting | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0240 |
| international bancshares | dennis nixon | international bancshares | NA | NA | NA | NA | NA | NA | NA | NA | international bancshares | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0246 |
| missouri bankers | keith thornburg | missouri bankers | NA | NA | NA | NA | NA | NA | NA | NA | missouri bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0339 |
| california bankers | martha opich | bankers california ta | NA | NA | NA | NA | NA | NA | NA | NA | bankers california ta | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0337 |
| southern financial systems | kimberly amacker | southern contract systems | NA | NA | NA | NA | NA | NA | NA | NA | southern contract systems | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-6331 |
| southern financial systems | john jarrell | southern contract systems | NA | NA | NA | NA | NA | NA | NA | NA | southern contract systems | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-6363 |
| cedar financial | alan fassonaki | cedar hill financial services | NA | NA | NA | NA | NA | NA | NA | NA | cedar hill financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-6976 |
| call center | call center call center | call center | NA | NA | NA | NA | NA | NA | NA | NA | call center | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211685 |
| call center | call center call center | call center | NA | NA | NA | NA | NA | NA | NA | NA | call center | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211675 |
| call center | call center call center | call center | NA | NA | NA | NA | NA | NA | NA | NA | call center | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211674 |
| peoples mortgage | michelle collins | peoples financial realty mortgage securities 20061 | NA | NA | NA | NA | NA | NA | NA | NA | peoples financial realty mortgage securities 20061 | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0009 |
| peoples mortgage | michael morgan | peoples financial realty mortgage securities 20061 | NA | NA | NA | NA | NA | NA | NA | NA | peoples financial realty mortgage securities 20061 | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0010 |
| peoples mortgage | jeff hanks | peoples financial realty mortgage securities 20061 | NA | NA | NA | NA | NA | NA | NA | NA | peoples financial realty mortgage securities 20061 | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0008 |
| peoples mortgage | phil solano | peoples financial realty mortgage securities 20061 | NA | NA | NA | NA | NA | NA | NA | NA | peoples financial realty mortgage securities 20061 | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0006 |
| peoples mortgage | andria joachims | peoples financial realty mortgage securities 20061 | NA | NA | NA | NA | NA | NA | NA | NA | peoples financial realty mortgage securities 20061 | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0013 |
| peoples mortgage | kyli clark | peoples financial realty mortgage securities 20061 | NA | NA | NA | NA | NA | NA | NA | NA | peoples financial realty mortgage securities 20061 | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0012 |
| peoples mortgage | kevin kerivan | peoples financial realty mortgage securities 20061 | NA | NA | NA | NA | NA | NA | NA | NA | peoples financial realty mortgage securities 20061 | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0014 |
| peoples mortgage | andy wilt | peoples financial realty mortgage securities 20061 | NA | NA | NA | NA | NA | NA | NA | NA | peoples financial realty mortgage securities 20061 | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0017 |
| home mortgage | kelley grealis | home mortgage | NA | NA | NA | NA | NA | NA | NA | NA | home mortgage | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0024 |
| vanderbilt mortgage finance | jacqueline mallett | vanderbilt mortgage finance | NA | NA | NA | NA | NA | NA | NA | NA | vanderbilt mortgage finance | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0032 |
| fidelity finance | mark mccaig | united fidelity finance | NA | NA | NA | NA | NA | NA | NA | NA | united fidelity finance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-6468 |
| check cash | NA | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208722 |
| instant cash | instant cash instant cash | instant cash services | NA | NA | NA | NA | NA | NA | NA | NA | instant cash services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144140 |
| check cashing | check cashing check cashing | buckeye check cashing | NA | NA | NA | NA | NA | NA | NA | NA | buckeye check cashing | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144150 |
| check cash | check cash check cash | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144133 |
| mortgage resources | marsha williams | commercial mortgage resources | NA | NA | NA | NA | NA | NA | NA | NA | commercial mortgage resources | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1614 |
| risk management | jr edward demarco | risk management | NA | NA | NA | NA | NA | NA | NA | NA | risk management | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1607 |
| meridian title | patricia rosenbaum | meridian title escrow | NA | NA | NA | NA | NA | NA | NA | NA | meridian title escrow | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1623 |
| meridian title | leisa boyd | meridian title escrow | NA | NA | NA | NA | NA | NA | NA | NA | meridian title escrow | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1622 |
| international bancshares | dennis nixon | international bancshares | NA | NA | NA | NA | NA | NA | NA | NA | international bancshares | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0039-0012 |
| american bar | linda klein | american bar | NA | NA | NA | NA | NA | NA | NA | NA | american bar | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0039-0019 |
| coastal credit | gregg norris | coastal credit | NA | NA | NA | NA | NA | NA | NA | NA | coastal credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144286 |
| dfc global | lester firstenberger | dfc global | NA | NA | NA | NA | NA | NA | NA | NA | dfc global | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144769 |
| quest credit | matthew jennings | credit suisse quest us market neutral | NA | NA | NA | NA | NA | NA | NA | NA | credit suisse quest us market neutral | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144777 |
| check cash | d lynn devault | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144941 |
| new economy project | anonymous anonymous | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144901 |
| new economy project | 48 new yorkersnew jerseyans | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145320 |
| first data | kim ford | first data | NA | NA | NA | NA | NA | NA | NA | NA | first data | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147178 |
| clarity services | thomas chadwick | clarity health services | NA | NA | NA | NA | NA | NA | NA | NA | clarity health services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154365 |
| payday loan | sam hess | payday loan | NA | NA | NA | NA | NA | NA | NA | NA | payday loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147944 |
| new economy project | 27 new yorkers | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146832 |
| us eagle credit | marsha majors | eagle point credit us | NA | NA | NA | NA | NA | NA | NA | NA | eagle point credit us | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147123 |
| new economy project | veronica raphael | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146864 |
| arizona financial choice | kelsey lundy | health choice arizona | NA | NA | NA | NA | NA | NA | NA | NA | health choice arizona | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154296 |
| clarity services | timothy ranney | clarity health services | NA | NA | NA | NA | NA | NA | NA | NA | clarity health services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156224 |
| chatham capital | brian reynolds | chatham capital | NA | NA | NA | NA | NA | NA | NA | NA | chatham capital | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148840 |
| express advance | lativa mcneil | express cash advance | NA | NA | NA | NA | NA | NA | NA | NA | express cash advance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148564 |
| ag consultants | robert guzman | ag consultants | NA | NA | NA | NA | NA | NA | NA | NA | ag consultants | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148797 |
| cng financial | lindsay oak | cng financial | NA | NA | NA | NA | NA | NA | NA | NA | cng financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158003 |
| new economy project | elina tatis | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146838 |
| new economy project | johanna ketter | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146841 |
| crystal rock finance | jose ramirez | crystal rock prism | NA | NA | NA | NA | NA | NA | NA | NA | crystal rock prism | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154526 |
| new capital | rosie papazian | new capital | NA | NA | NA | NA | NA | NA | NA | NA | new capital | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-157935 |
| new economy project | jess brooks | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154329 |
| new economy project | marlene campos | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154343 |
| international bancshares | dennis nixon | international bancshares | NA | NA | NA | NA | NA | NA | NA | NA | international bancshares | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148413 |
| pacifica resource center | anita rees | pacifica copley center | NA | NA | NA | NA | NA | NA | NA | NA | pacifica copley center | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-157965 |
| clarity services | NA | clarity health services | NA | NA | NA | NA | NA | NA | NA | NA | clarity health services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158281 |
| capital cash | NA | capital cash management | NA | NA | NA | NA | NA | NA | NA | NA | capital cash management | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158285 |
| world acceptance | anonymous anonymous | world acceptance | NA | NA | NA | NA | NA | NA | NA | NA | world acceptance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-185032 |
| washington financial services | anonymous anonymous | accumed services washington | NA | NA | NA | NA | NA | NA | NA | NA | accumed services washington | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-185033 |
| office common council | benito barrios | qic ballston common office reit | NA | NA | NA | NA | NA | NA | NA | NA | qic ballston common office reit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-187770 |
| cash dash | william strong | cash dash | NA | NA | NA | NA | NA | NA | NA | NA | cash dash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-185146 |
| department financial institutions utah | anonymous anonymous | asset management financial institutions | NA | NA | NA | NA | NA | NA | NA | NA | asset management financial institutions | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-185040 |
| harpeth financial | anonymous anonymous | harpeth financial services | NA | NA | NA | NA | NA | NA | NA | NA | harpeth financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-186582 |
| enova internation | anonymous anonymous | enova international | NA | NA | NA | NA | NA | NA | NA | NA | enova international | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-186589 |
| denver colorado | bill cadman | summit denver colorado | NA | NA | NA | NA | NA | NA | NA | NA | summit denver colorado | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-187765 |
| lamar advertising | richard montgomery | lamar advertising | NA | NA | NA | NA | NA | NA | NA | NA | lamar advertising | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-164441 |
| one detroit credit | hank hubbard | radio one detroit | NA | NA | NA | NA | NA | NA | NA | NA | radio one detroit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170682 |
| check cash | anonymous anonymous | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-187768 |
| independent finance illinois | anonymous anonymous | independent forensics illinois | NA | NA | NA | NA | NA | NA | NA | NA | independent forensics illinois | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-185038 |
| payday loan | anonymous anonymous | payday loan | NA | NA | NA | NA | NA | NA | NA | NA | payday loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-185176 |
| lending bear | lending bear lending bear | lllp bear creek lending 2012 | NA | NA | NA | NA | NA | NA | NA | NA | lllp bear creek lending 2012 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199030 |
| instant cash | instant cash instant cash | instant cash services | NA | NA | NA | NA | NA | NA | NA | NA | instant cash services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199028 |
| check cash | anonymous anonymous | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199101 |
| 1 check cashing paradise | anonymous anonymous | paradise financial mortgage 1 | NA | NA | NA | NA | NA | NA | NA | NA | paradise financial mortgage 1 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199106 |
| check partnership | anonymous anonymous | checkers control partnership | NA | NA | NA | NA | NA | NA | NA | NA | checkers control partnership | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199114 |
| nationwide acceptance | martin e less | nationwide acceptance | NA | NA | NA | NA | NA | NA | NA | NA | nationwide acceptance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-189985 |
| lending bear | anonymous anonymous | lllp bear creek lending 2012 | NA | NA | NA | NA | NA | NA | NA | NA | lllp bear creek lending 2012 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199121 |
| instant cash | anonymous anonymous | instant cash services | NA | NA | NA | NA | NA | NA | NA | NA | instant cash services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199120 |
| cash dash | judy strong | cash dash | NA | NA | NA | NA | NA | NA | NA | NA | cash dash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199460 |
| securities industry financial markets | kevin carroll | securities industry financial markets | NA | NA | NA | NA | NA | NA | NA | NA | securities industry financial markets | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-6253 |
| check cash | jake proffitt | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199512 |
| south carolina financial services | derial ogburn | republic services south carolina | NA | NA | NA | NA | NA | NA | NA | NA | republic services south carolina | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199572 |
| american express | bernadette miragliotta | american express | NA | NA | NA | NA | NA | NA | NA | NA | american express | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-6269 |
| river credit | kim heinze | credit river value | NA | NA | NA | NA | NA | NA | NA | NA | credit river value | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200948 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199854 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199874 |
| ph financial services | robert zeitler | heller financial commercial mort asset series 1999 ph 2 | NA | NA | NA | NA | NA | NA | NA | NA | heller financial commercial mort asset series 1999 ph 2 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201424 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199853 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199873 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199869 |
| check cash | charles fuest | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200387 |
| ph financial services | dan sokolov | heller financial commercial mort asset series 1999 ph 2 | NA | NA | NA | NA | NA | NA | NA | NA | heller financial commercial mort asset series 1999 ph 2 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201423 |
| check cash | t jessica watsubara | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200445 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199852 |
| lllp cash station | mark mccaig | lllp steamboat station | NA | NA | NA | NA | NA | NA | NA | NA | lllp steamboat station | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200932 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199880 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199872 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201404 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199887 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199863 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199868 |
| check cash | anonymous anonymous | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200386 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199876 |
| ph financial services | robert zeitler | heller financial commercial mort asset series 1999 ph 2 | NA | NA | NA | NA | NA | NA | NA | NA | heller financial commercial mort asset series 1999 ph 2 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201420 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199882 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199837 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199839 |
| check cash | girlie peterson | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200444 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201354 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199851 |
| check cash | mark skalmder | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200390 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199879 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199871 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199858 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201403 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199844 |
| check cash | trish bailey | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200248 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199886 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199835 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199862 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199849 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199867 |
| check cash | loyd brush jr | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200385 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199855 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199875 |
| cash payday | greg thomas | cash til payday | NA | NA | NA | NA | NA | NA | NA | NA | cash til payday | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200895 |
| check partnership | lisa palmer | checkers control partnership | NA | NA | NA | NA | NA | NA | NA | NA | checkers control partnership | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200369 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199870 |
| check cash | monique robinson | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200388 |
| check cash | aleck duarte | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200446 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199881 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199836 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199864 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199841 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199877 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199883 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199838 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199840 |
| check cash | bobby rogales | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200443 |
| cash payday | greg thomas | cash til payday | NA | NA | NA | NA | NA | NA | NA | NA | cash til payday | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200898 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199832 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199859 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199845 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199850 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199856 |
| check cash | gracieca lopez | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200389 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199865 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199842 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199878 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199884 |
| cash payday | greg thomas | cash til payday | NA | NA | NA | NA | NA | NA | NA | NA | cash til payday | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200097 |
| cash payday | greg thomas | cash til payday | NA | NA | NA | NA | NA | NA | NA | NA | cash til payday | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200899 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199833 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199860 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199846 |
| check cash | trish bailey | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200905 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199857 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199843 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199885 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199834 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199861 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199847 |
| check cash | janet matson | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200906 |
| cash payday | greg thomas | cash til payday | NA | NA | NA | NA | NA | NA | NA | NA | cash til payday | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200901 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199848 |
| check cash | multiple submissions multiple submissions | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199866 |
| fast cash | makayla asher | fast cash | NA | NA | NA | NA | NA | NA | NA | NA | fast cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-202602 |
| b d title loans | anonymous anonymous | b r d industries | NA | NA | NA | NA | NA | NA | NA | NA | b r d industries | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-207539 |
| b d title loans | anonymous anonymous | b r d industries | NA | NA | NA | NA | NA | NA | NA | NA | b r d industries | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-207922 |
| b d title loans | anonymous anonymous | b r d industries | NA | NA | NA | NA | NA | NA | NA | NA | b r d industries | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208433 |
| b d title loans | anonymous anonymous | b r d industries | NA | NA | NA | NA | NA | NA | NA | NA | b r d industries | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-207104 |
| b d title loans | anonymous anonymous | b r d industries | NA | NA | NA | NA | NA | NA | NA | NA | b r d industries | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-207109 |
| b d title loans | donna butler | b r d industries | NA | NA | NA | NA | NA | NA | NA | NA | b r d industries | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-207910 |
| b d title loans | anonymous anonymous | b r d industries | NA | NA | NA | NA | NA | NA | NA | NA | b r d industries | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-207073 |
| b d title loans | anonymous anonymous | b r d industries | NA | NA | NA | NA | NA | NA | NA | NA | b r d industries | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-207547 |
| b d title loans | fred george | b r d industries | NA | NA | NA | NA | NA | NA | NA | NA | b r d industries | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208255 |
| b d title loans | dave williams | b r d industries | NA | NA | NA | NA | NA | NA | NA | NA | b r d industries | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-207529 |
| california check cashing stores | lynda dunlop | california check cashing stores | NA | NA | NA | NA | NA | NA | NA | NA | california check cashing stores | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-206240 |
| meridian title | dawn zigler | meridian title escrow | NA | NA | NA | NA | NA | NA | NA | NA | meridian title escrow | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1628 |
| meridian title | cathy coleman | meridian title escrow | NA | NA | NA | NA | NA | NA | NA | NA | meridian title escrow | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1629 |
| check cash | rebecca g | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208585 |
| american express | amy best | american express | NA | NA | NA | NA | NA | NA | NA | NA | american express | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-6272 |
| clarity services | tim ranney | clarity health services | NA | NA | NA | NA | NA | NA | NA | NA | clarity health services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208626 |
| highway motors | ben libby | motors highway | NA | NA | NA | NA | NA | NA | NA | NA | motors highway | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-1483 |
| instant cash advance | diane clark | instant cash services | NA | NA | NA | NA | NA | NA | NA | NA | instant cash services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-1553 |
| affinity title services | marysue solley | affinity guest services | NA | NA | NA | NA | NA | NA | NA | NA | affinity guest services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0021 |
| berkshire hathaway home services | greg glenn | berkshire hathaway homestate insurance | NA | NA | NA | NA | NA | NA | NA | NA | berkshire hathaway homestate insurance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0032 |
| select title | susan wehrle | northwest select title | NA | NA | NA | NA | NA | NA | NA | NA | northwest select title | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0006 |
| coldwell banker residential brokerage | susan georgeson | coldwell banker residential brokerage | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker residential brokerage | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0040 |
| chicago title | kelsie toole | chicago title | NA | NA | NA | NA | NA | NA | NA | NA | chicago title | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0069 |
| register real estate advisors | marta guerrero | register akers capital advisors | NA | NA | NA | NA | NA | NA | NA | NA | register akers capital advisors | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0078 |
| advisors mortgage | annmarie weber | ironwood mortgage advisors | NA | NA | NA | NA | NA | NA | NA | NA | ironwood mortgage advisors | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0092 |
| highlands residential mortgage | patrick miller | rcp highlands residential | NA | NA | NA | NA | NA | NA | NA | NA | rcp highlands residential | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0434 |
| mortgage capital | cristie champlin | mortgage capital | NA | NA | NA | NA | NA | NA | NA | NA | mortgage capital | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0438 |
| c2 financial | shawn sidhu | c2 financial | NA | NA | NA | NA | NA | NA | NA | NA | c2 financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0422 |
| omni credit | haley jackson | first omni credit card master | NA | NA | NA | NA | NA | NA | NA | NA | first omni credit card master | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-3104 |
| coldwell banker | pat busby | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0451 |
| jefferson realty | laurel deware | jefferson realty | NA | NA | NA | NA | NA | NA | NA | NA | jefferson realty | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0450 |
| california bankers | leland chan | bankers california ta | NA | NA | NA | NA | NA | NA | NA | NA | bankers california ta | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-3968 |
| risk management | jr edward j demarco | risk management | NA | NA | NA | NA | NA | NA | NA | NA | risk management | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-4089 |
| check cash | gregory madson | check cash | NA | NA | NA | NA | NA | NA | NA | NA | check cash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-3916 |
| american bankers insurance | sarah ferman | american bankers insurance | NA | NA | NA | NA | NA | NA | NA | NA | american bankers insurance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-3943 |
| encore capital | tamar yudenfreund | encore capital | NA | NA | NA | NA | NA | NA | NA | NA | encore capital | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-4185 |
| wolf popper | matthew pruitt | wolf popper | NA | NA | NA | NA | NA | NA | NA | NA | wolf popper | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-3948 |
| risk management | jr edward demarco | risk management | NA | NA | NA | NA | NA | NA | NA | NA | risk management | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-3964 |
| international bancshares | dennis nixon | international bancshares | NA | NA | NA | NA | NA | NA | NA | NA | international bancshares | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-4202 |
| international bancshares | dennis nixon | international bancshares | NA | NA | NA | NA | NA | NA | NA | NA | international bancshares | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-4212 |
| advance financial store 11 | elizabeth mclaughlin | silverleaf financial 11 | NA | NA | NA | NA | NA | NA | NA | NA | silverleaf financial 11 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-8405 |
| advance financial store 11 | eric young | silverleaf financial 11 | NA | NA | NA | NA | NA | NA | NA | NA | silverleaf financial 11 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-8422 |
| advance financial store 7 | mark humphrey | limited partnership 7 advanced technologies | NA | NA | NA | NA | NA | NA | NA | NA | limited partnership 7 advanced technologies | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-8917 |
| clarity services | tim ranney | clarity health services | NA | NA | NA | NA | NA | NA | NA | NA | clarity health services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-9037 |
| coldwell banker | linda garza | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0461 |
| coldwell banker | denise barnhill | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0462 |
| coldwell banker | johelen clark | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0463 |
| coldwell banker | jene rand | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0456 |
| coldwell banker | linda marion | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0464 |
| first mortgage | joe sheriff | first mortgage | NA | NA | NA | NA | NA | NA | NA | NA | first mortgage | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0535 |
| coldwell banker | rose snow | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0460 |
| coldwell banker | rachael camp | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0457 |
| coldwell banker | tetyana smith | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0459 |
| mountain west financial | gary martell | mountain west financial | NA | NA | NA | NA | NA | NA | NA | NA | mountain west financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0538 |
| coldwell banker | bill wells | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0466 |
| coldwell banker | connie dukes | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0465 |
| coldwell banker | gabriele mccarty | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0550 |
| coldwell banker | cathy oconnor | coldwell banker | NA | NA | NA | NA | NA | NA | NA | NA | coldwell banker | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0551 |
| advance financial 3 | donald davis | wfs receivables 3 wfs financial 20051 owner | NA | NA | NA | NA | NA | NA | NA | NA | wfs receivables 3 wfs financial 20051 owner | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-14317 |
| capital cash | maggie smith | capital cash management | NA | NA | NA | NA | NA | NA | NA | NA | capital cash management | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-12754 |
| cash 1 | katrina pryor | defined asset fd cash accretion bd ser 1 | NA | NA | NA | NA | NA | NA | NA | NA | defined asset fd cash accretion bd ser 1 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-13032 |
| bowling green finance | john mcintyre | uhs bowling green | NA | NA | NA | NA | NA | NA | NA | NA | uhs bowling green | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-17039 |
| peoples loan finance | robert fowler | iborrow finance loan | NA | NA | NA | NA | NA | NA | NA | NA | iborrow finance loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-19040 |
| sante fe fcu | broc goss | sante fe flores | NA | NA | NA | NA | NA | NA | NA | NA | sante fe flores | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-17036 |
| berkeley university california | adair morse | berkeley sofi university california | NA | NA | NA | NA | NA | NA | NA | NA | berkeley sofi university california | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-17034 |
| silicon valley foundation | emmett carson | silicon valley foundation | NA | NA | NA | NA | NA | NA | NA | NA | silicon valley foundation | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-34778 |
| new economy project | joel doerfler | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-42106 |
| deposit insurance | zachary mcilwain | deposit insurance | NA | NA | NA | NA | NA | NA | NA | NA | deposit insurance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0871 |
| case credit | bill mcleod | case credit | NA | NA | NA | NA | NA | NA | NA | NA | case credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1106 |
| jet research center | renee allison | georgetown jet center | NA | NA | NA | NA | NA | NA | NA | NA | georgetown jet center | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-62610 |
| lending bear | jozalyn arnold | lllp bear creek lending 2012 | NA | NA | NA | NA | NA | NA | NA | NA | lllp bear creek lending 2012 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-85828 |
| meridian title | karen hart | meridian title escrow | NA | NA | NA | NA | NA | NA | NA | NA | meridian title escrow | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1308 |
| arizona financial choice | kelsey lundy | health choice arizona | NA | NA | NA | NA | NA | NA | NA | NA | health choice arizona | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-90022 |
| south carolina financial services | derial ogburn | republic services south carolina | NA | NA | NA | NA | NA | NA | NA | NA | republic services south carolina | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-90024 |
| cash dash | melissa grimes | cash dash | NA | NA | NA | NA | NA | NA | NA | NA | cash dash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-96912 |
| meridian title | leisa boyd | meridian title escrow | NA | NA | NA | NA | NA | NA | NA | NA | meridian title escrow | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-100995 |
| lending bear | felicia grommet | lllp bear creek lending 2012 | NA | NA | NA | NA | NA | NA | NA | NA | lllp bear creek lending 2012 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-106849 |
| financial counseling | kevin weeks | financial counseling | NA | NA | NA | NA | NA | NA | NA | NA | financial counseling | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-142984 |
| one la | stuart koenig | one la | NA | NA | NA | NA | NA | NA | NA | NA | one la | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-141766 |
| clarity services | timothy ranney | clarity health services | NA | NA | NA | NA | NA | NA | NA | NA | clarity health services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-137397 |
| lending bear | mack baker | lllp bear creek lending 2012 | NA | NA | NA | NA | NA | NA | NA | NA | lllp bear creek lending 2012 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-137471 |
| new economy project | susan shin | new economy project | NA | NA | NA | NA | NA | NA | NA | NA | new economy project | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-143927 |
| minute loan center | robert fricovsky | ten minute title loans | NA | NA | NA | NA | NA | NA | NA | NA | ten minute title loans | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-143068 |
| enova international | michael kerr | enova international | NA | NA | NA | NA | NA | NA | NA | NA | enova international | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-142788 |
| cash advance centers advance | jessica rustin | cash advance centers advance | NA | NA | NA | NA | NA | NA | NA | NA | cash advance centers advance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-142467 |
| cash 1 | emil cook | defined asset fd cash accretion bd ser 1 | NA | NA | NA | NA | NA | NA | NA | NA | defined asset fd cash accretion bd ser 1 | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-140791 |
| money services | kathy tomasofsky | money consultants services | NA | NA | NA | NA | NA | NA | NA | NA | money consultants services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-143678 |
| personal finance | stevan schmelzer | international personal finance | NA | NA | NA | NA | NA | NA | NA | NA | international personal finance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-141771 |
| menlo park | menlo park | techshop menlo park | NA | NA | NA | NA | NA | NA | NA | NA | techshop menlo park | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-143254 |
| new capital | sandra villalobos | new capital | NA | NA | NA | NA | NA | NA | NA | NA | new capital | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-136929 |
| missouri bankers | keith thornburg | missouri bankers | NA | NA | NA | NA | NA | NA | NA | NA | missouri bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-135941 |
| cash dash | judith strong | cash dash | NA | NA | NA | NA | NA | NA | NA | NA | cash dash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-137727 |
| vanderbilt mortgage finance | richard fridell | vanderbilt mortgage finance | NA | NA | NA | NA | NA | NA | NA | NA | vanderbilt mortgage finance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1345 |
| cng financial | melody charlton | cng financial | NA | NA | NA | NA | NA | NA | NA | NA | cng financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144115 |
| wfg title insurance | joseph mccabe | wfg reinsurance | NA | NA | NA | NA | NA | NA | NA | NA | wfg reinsurance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1361 |
| commerce bancshares | sally feistner | commerce bancshares | NA | NA | NA | NA | NA | NA | NA | NA | commerce bancshares | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1378 |
| international bancshares | dennis nixon | international bancshares | NA | NA | NA | NA | NA | NA | NA | NA | international bancshares | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1332 |
| cash advance | cash advance cash advance | cash advance | NA | NA | NA | NA | NA | NA | NA | NA | cash advance | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144128 |
| cash dash | cash dash cash dash | cash dash | NA | NA | NA | NA | NA | NA | NA | NA | cash dash | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144130 |
| select portfolio servicing | jeff graham | select portfolio servicing | NA | NA | NA | NA | NA | NA | NA | NA | select portfolio servicing | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0033-0170 |
| industrial bankers | frank pignanelli | bankers industrial | NA | NA | NA | NA | NA | NA | NA | NA | bankers industrial | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0124 |
| bankers compliance consulting | david dickinson | aegix compliance consulting | NA | NA | NA | NA | NA | NA | NA | NA | aegix compliance consulting | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0050 |
| case credit | brett pacek | case credit | NA | NA | NA | NA | NA | NA | NA | NA | case credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0059 |
| commerce bancshares | sally feistner | commerce bancshares | NA | NA | NA | NA | NA | NA | NA | NA | commerce bancshares | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0057 |
| bancshares mississippi | freddie bagley | bancshares mississippi | NA | NA | NA | NA | NA | NA | NA | NA | bancshares mississippi | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0070 |
| midcountry financial | jonathan fuglestad | midcountry financial | NA | NA | NA | NA | NA | NA | NA | NA | midcountry financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0087 |
| data driven detroit | erica raleigh | driven data consulting | NA | NA | NA | NA | NA | NA | NA | NA | driven data consulting | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0078 |
| midcountry financial | sandra laughlin | midcountry financial | NA | NA | NA | NA | NA | NA | NA | NA | midcountry financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0092 |
| midcountry financial | wendy silva | midcountry financial | NA | NA | NA | NA | NA | NA | NA | NA | midcountry financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0114 |
| international bancshares | dennis nixon | international bancshares | NA | NA | NA | NA | NA | NA | NA | NA | international bancshares | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0119 |
| midcountry financial | josh hessing | midcountry financial | NA | NA | NA | NA | NA | NA | NA | NA | midcountry financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0148 |
| zions bancorporation | norman merritt | zions bancorporation | NA | NA | NA | NA | NA | NA | NA | NA | zions bancorporation | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0220 |
| pnc financial services | e chamberlain | pnc financial services | NA | NA | NA | NA | NA | NA | NA | NA | pnc financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0211 |
# 1k
paste("FDIC_Institutions matches: ", sum(!is.na(d$FDIC_Institutions_name)) )## [1] "FDIC_Institutions matches: 1267"
d %>% filter(!is.na(FDIC_Institutions_name)) %>% select(ends_with("name"), comment_url) %>% kablebox()| comment_org_name | comment_submitter_name | CIK_name | CreditUnions_name | FDIC_Institutions_name | FFIECInstitutions_name | SEC_Institutions_name | compustat_resources_name | nonprofits_resources_name | opensecrets_resources_jwVersion_name | FDIC_Institutions-orgMatch:STNAME | org_name | NonProfitTax_name | OpenSecretsOrgs_name | comment_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cross plains | karen obrien | NA | NA | cross plains | NA | NA | NA | NA | NA | Indiana | cross plains | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0399 |
| cross plains | jim tubbs | NA | NA | cross plains | NA | NA | NA | NA | NA | Indiana | cross plains | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0402 |
| denver savings | karrie ryherd | NA | NA | denver savings | NA | NA | NA | NA | NA | Iowa | denver savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0415 |
| cross plains | sabrina mitchell | NA | NA | cross plains | NA | NA | NA | NA | NA | Indiana | cross plains | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0392 |
| jarrettsville savings loan | lisa ruzicka | NA | NA | jarrettsville savings loan | NA | NA | NA | NA | NA | Maryland | jarrettsville savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0395 |
| cross plains | beth mcnulty | NA | NA | cross plains | NA | NA | NA | NA | NA | Indiana | cross plains | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0409 |
| first savings | jon mancari | NA | NA | first savings | NA | NA | NA | NA | NA | Iowa | first savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0401 |
| cross plains | rachel kleven | NA | NA | cross plains | NA | NA | NA | NA | NA | Indiana | cross plains | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0393 |
| texas austin | brenda williams | NA | NA | texas austin | NA | NA | NA | NA | NA | Texas | texas austin | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0387 |
| credit one | barbara hoerner | NA | NA | credit one | NA | NA | NA | NA | NA | Nevada | credit one | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12102 |
| cross plains | susan zander | NA | NA | cross plains | NA | NA | NA | NA | NA | Indiana | cross plains | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0427 |
| first southeast | jessica aggen | NA | NA | first southeast | NA | NA | NA | NA | NA | Wisconsin | first southeast | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0474 |
| first southeast | kaila case | NA | NA | first southeast | NA | NA | NA | NA | NA | Wisconsin | first southeast | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0476 |
| first southeast | debra skaalen | NA | NA | first southeast | NA | NA | NA | NA | NA | Wisconsin | first southeast | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0468 |
| united farmers | lisa boe | NA | NA | united farmers | NA | NA | NA | NA | NA | Minnesota | united farmers | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0482 |
| security savings | mindy swieter | NA | NA | security savings | NA | NA | NA | NA | NA | Iowa | security savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0485 |
| first southeast | christopher skaalen | NA | NA | first southeast | NA | NA | NA | NA | NA | Wisconsin | first southeast | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0466 |
| valley premier | bruce tellefson | NA | NA | valley premier | NA | NA | NA | NA | NA | Minnesota | valley premier | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0465 |
| security savings | brad lane | NA | NA | security savings | NA | NA | NA | NA | NA | Iowa | security savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0463 |
| security savings | kent peterson | NA | NA | security savings | NA | NA | NA | NA | NA | Iowa | security savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0479 |
| first capital | barbara melton | NA | NA | first capital | NA | NA | NA | NA | NA | Oklahoma | first capital | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0460 |
| wood huston | mark thompson | NA | NA | wood huston | NA | NA | NA | NA | NA | Missouri | wood huston | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0484 |
| reliance savings | barton hann | NA | NA | reliance savings | NA | NA | NA | NA | NA | Wisconsin | reliance savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0462 |
| cumberland valley | lisa robbins | NA | NA | cumberland valley | NA | NA | NA | NA | NA | Kentucky | cumberland valley | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0483 |
| first southeast | james skaalen | NA | NA | first southeast | NA | NA | NA | NA | NA | Wisconsin | first southeast | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0471 |
| port richmond savings | dianne haywood | NA | NA | port richmond savings | NA | NA | NA | NA | NA | Pennsylvania | port richmond savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0554 |
| security savings | donna lambert | NA | NA | security savings | NA | NA | NA | NA | NA | Iowa | security savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0555 |
| pine river | kirsten eggena | NA | NA | pine river | NA | NA | NA | NA | NA | Minnesota | pine river | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0577 |
| monroe savings | theresa bruninghaus | NA | NA | monroe savings | NA | NA | NA | NA | NA | New Jersey | monroe savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0601 |
| lumbee guaranty | kate smith | NA | NA | lumbee guaranty | NA | NA | NA | NA | NA | North Carolina | lumbee guaranty | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0575 |
| first minnetonka | kurt wilkowske | NA | NA | first minnetonka | NA | NA | NA | NA | NA | Minnesota | first minnetonka | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0579 |
| farmers hamel | tom screeden | NA | NA | farmers hamel | NA | NA | NA | NA | NA | Minnesota | farmers hamel | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0604 |
| port richmond savings | sidney smith | NA | NA | port richmond savings | NA | NA | NA | NA | NA | Pennsylvania | port richmond savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0599 |
| security savings | kathy carlson | NA | NA | security savings | NA | NA | NA | NA | NA | Iowa | security savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0576 |
| citizens alliance | john gill | NA | NA | citizens alliance | NA | NA | NA | NA | NA | Minnesota | citizens alliance | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0568 |
| first farmers | joseph conroy | NA | NA | first farmers | NA | NA | NA | NA | NA | Kentucky | first farmers | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0570 |
| first commercial | alan walters | NA | NA | first commercial | NA | NA | NA | NA | NA | Missouri | first commercial | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0571 |
| first wyoming | mark zaruba | NA | NA | first wyoming | NA | NA | NA | NA | NA | Minnesota | first wyoming | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0629 |
| red river | melinda mclain | NA | NA | red river | NA | NA | NA | NA | NA | Minnesota | red river | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0628 |
| cross keys | ben waston | NA | NA | cross keys | NA | NA | NA | NA | NA | Louisiana | cross keys | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0638 |
| first minnesota | kim stevensen | NA | NA | first minnesota | NA | NA | NA | NA | NA | Minnesota | first minnesota | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0633 |
| first jeanerette | shondra louviere | NA | NA | first jeanerette | NA | NA | NA | NA | NA | Louisiana | first jeanerette | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0658 |
| red river | r chatelain | NA | NA | red river | NA | NA | NA | NA | NA | Minnesota | red river | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0661 |
| gulf coast | mona crescioni | NA | NA | gulf coast | NA | NA | NA | NA | NA | Louisiana | gulf coast | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0655 |
| international amherst | lonnie przybylski | NA | NA | international amherst | NA | NA | NA | NA | NA | Wisconsin | international amherst | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0653 |
| esb financial | james wayman | NA | NA | esb financial | NA | NA | NA | NA | NA | Kansas | esb financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0699 |
| pine river | larrie nelson | NA | NA | pine river | NA | NA | NA | NA | NA | Minnesota | pine river | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0702 |
| citizens alliance | neal prokosch | NA | NA | citizens alliance | NA | NA | NA | NA | NA | Minnesota | citizens alliance | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0707 |
| lincoln savings | brenda kelchen | NA | NA | lincoln savings | NA | NA | NA | NA | NA | Iowa | lincoln savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0695 |
| wood huston | jeff crawford | NA | NA | wood huston | NA | NA | NA | NA | NA | Missouri | wood huston | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0701 |
| new market | anita drentlaw | NA | NA | new market | NA | NA | NA | NA | NA | Minnesota | new market | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0693 |
| pine river | deb larson | NA | NA | pine river | NA | NA | NA | NA | NA | Minnesota | pine river | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0697 |
| red river | melinda mclain | NA | NA | red river | NA | NA | NA | NA | NA | Minnesota | red river | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0714 |
| farmers savings | becky miller | NA | NA | farmers savings | NA | NA | NA | NA | NA | Iowa | farmers savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0385 |
| comenity comenity capital | john marion | NA | NA | comenity capital | NA | NA | NA | NA | NA | Utah | comenity capital | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9558 |
| financial services | chrys lemon | NA | NA | financial services | NA | NA | NA | NA | NA | Kentucky | financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9483 |
| grain valley | bill lefko | NA | NA | grain valley | NA | NA | NA | NA | NA | Missouri | grain valley | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0008 |
| standing stone | rick bagby | NA | NA | standing stone | NA | NA | NA | NA | NA | Ohio | standing stone | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0004 |
| sabal palm | teri rader | NA | NA | sabal palm | NA | NA | NA | NA | NA | Florida | sabal palm | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0143 |
| financial services | david john | NA | NA | financial services | NA | NA | NA | NA | NA | Kentucky | financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-1165 |
| lone star properties | carol schultz | NA | NA | lone star savings | NA | NA | NA | NA | NA | Texas | lone star savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1642 |
| financial services | NA | NA | NA | financial services | NA | NA | NA | NA | NA | Kentucky | financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211925 |
| home builders | michelle hamecs | NA | NA | home builders | NA | NA | NA | NA | NA | Ohio | home builders | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0026 |
| independent bankers | ron haynie | NA | NA | independent bankers | NA | NA | NA | NA | NA | Illinois | independent bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0031 |
| home builders | curtis milton | NA | NA | home builders | NA | NA | NA | NA | NA | Ohio | home builders | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0046 |
| financial services | dennis shaul | NA | NA | financial services | NA | NA | NA | NA | NA | Kentucky | financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211928 |
| southern heritage | dixie long | NA | NA | southern heritage | NA | NA | NA | NA | NA | Louisiana | southern heritage | NA | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0022 |
| fa colonial savings | kish ivey | NA | NA | fa colonial savings | NA | NA | NA | NA | NA | Kansas | fa colonial savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1608 |
| farmers merchants long beach | angela oganezova | NA | NA | farmers merchants long beach | NA | NA | NA | NA | NA | California | farmers merchants long beach | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1609 |
| first south | sheila greer | NA | NA | first south | NA | NA | NA | NA | NA | Georgia | first south | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1624 |
| loan central | loan central | NA | NA | central savings loan | NA | NA | NA | NA | NA | Illinois | central savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144560 |
| fifth third | chad borton | NA | NA | fifth third | NA | NA | NA | NA | NA | Ohio | fifth third | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147147 |
| mississippi bankers | gordon fellows | NA | NA | mississippi bankers | NA | NA | NA | NA | NA | Mississippi | mississippi bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146944 |
| north side credit | sarah marshall | NA | NA | citizens north side | NA | NA | NA | NA | NA | Wisconsin | citizens north side | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148776 |
| nebraska bankers | richard baier | NA | NA | nebraska bankers | NA | NA | NA | NA | NA | Nebraska | nebraska bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148799 |
| south carolina bankers | neil rashley | NA | NA | bankers south carolina | NA | NA | NA | NA | NA | South Carolina | bankers south carolina | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148568 |
| southern bancorp | jennifer johnson | NA | NA | southern bancorp | NA | NA | NA | NA | NA | Mississippi | southern bancorp | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147240 |
| san angelo credit | san angelo credit san angelo credit | NA | NA | central san angelo | NA | NA | NA | NA | NA | Texas | central san angelo | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158262 |
| choice financial | bridgette roman | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148842 |
| first nebraska | mark asmus | NA | NA | first nebraska | NA | NA | NA | NA | NA | Nebraska | first nebraska | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147176 |
| north country fcu | robert morgan | NA | NA | north country savings | NA | NA | NA | NA | NA | New York | north country savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148796 |
| peoples intermountain | jay hunsaker | NA | NA | peoples intermountain | NA | NA | NA | NA | NA | Utah | peoples intermountain | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148853 |
| michigan united | terrell harris | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154295 |
| loan central | shannon cantrell | NA | NA | central savings loan | NA | NA | NA | NA | NA | Illinois | central savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169947 |
| michigan united | lincoln johnson | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169766 |
| michigan united | jorden kelly | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169775 |
| michigan united | cheryl yancey | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169783 |
| michigan united | colette knight | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169776 |
| michigan united | lashanda mayberry | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169765 |
| third coast credit | dan thorton | NA | NA | ssb third coast | NA | NA | NA | NA | NA | Texas | ssb third coast | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-185084 |
| michigan united | tiffany klashen | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169773 |
| michigan united | theresa barnes | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169767 |
| michigan united | stephen mason | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169759 |
| michigan united | marissa pytel | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169785 |
| san jose | weston starbird | NA | NA | san jose | NA | NA | NA | NA | NA | California | san jose | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169430 |
| michigan united | tanisha bell | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169772 |
| michigan united | kevin jackson | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169781 |
| louisiana bankers | anonymous anonymous | NA | NA | bankers louisiana | NA | NA | NA | NA | NA | Louisiana | bankers louisiana | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-186541 |
| north carolina | roy cooper | NA | NA | north carolina | NA | NA | NA | NA | NA | North Carolina | north carolina | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-185051 |
| michigan united | chris huley | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169770 |
| michigan united | o dallen | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169774 |
| las colinas credit | anonymous anonymous | NA | NA | mbank las colinas | NA | NA | NA | NA | NA | Texas | mbank las colinas | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-186570 |
| michigan united | kim austin | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169763 |
| michigan united | alex niehaus | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169787 |
| michigan united | harold stuckey | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169782 |
| michigan united | thelma milledge | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169771 |
| michigan united | demitrice richerson | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169768 |
| michigan united | charles taylor | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169761 |
| michigan united | pn beamer | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169769 |
| michigan united | anthony yanish | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169760 |
| michigan united | tabitha abbott | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169762 |
| michigan united | dainell johnson | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169780 |
| michigan united | brian knight | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169779 |
| michigan united | arieal brooks | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169764 |
| michigan united | preston johnson | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169755 |
| michigan united | tiffany copper | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169778 |
| michigan united | tanga poe | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169754 |
| michigan united | camille walker | NA | NA | united michigan | NA | NA | NA | NA | NA | Michigan | united michigan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-169784 |
| loan central | gloria webb | NA | NA | central savings loan | NA | NA | NA | NA | NA | Illinois | central savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-170028 |
| first american loan | anonymous anonymous | NA | NA | first american savings loan | NA | NA | NA | NA | NA | Alabama | first american savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199118 |
| sioux falls credit | anonymous anonymous | NA | NA | first sioux falls | NA | NA | NA | NA | NA | South Dakota | first sioux falls | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-189535 |
| first american loan | first american loan first american loan | NA | NA | first american savings loan | NA | NA | NA | NA | NA | Alabama | first american savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199026 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199813 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199805 |
| choice financial | anonymous anonymous | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200817 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199812 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199804 |
| columbus united credit | brian christensen | NA | NA | columbus united nebraska | NA | NA | NA | NA | NA | Nebraska | columbus united nebraska | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200928 |
| american financial | raven hr | NA | NA | american financial | NA | NA | NA | NA | NA | Utah | american financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201467 |
| financial services | robert batson | NA | NA | financial services | NA | NA | NA | NA | NA | Kentucky | financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201418 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199811 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199803 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199818 |
| american financial | catrina wise | NA | NA | american financial | NA | NA | NA | NA | NA | Utah | american financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201466 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199807 |
| choice financial | anonymous anonymous | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200442 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199828 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199810 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199831 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199802 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199817 |
| american financial | billy patruch | NA | NA | american financial | NA | NA | NA | NA | NA | Utah | american financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201465 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199799 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199826 |
| choice financial | anonymous anonymous | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-200809 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199814 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199806 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199819 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199808 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199829 |
| american financial | kennett vug | NA | NA | american financial | NA | NA | NA | NA | NA | Utah | american financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201461 |
| choice financial | teresa robinson | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201070 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199800 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199827 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199815 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201401 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199820 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199809 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199830 |
| american financial | estelle perry | NA | NA | american financial | NA | NA | NA | NA | NA | Utah | american financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201462 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199801 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199816 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199821 |
| american financial | maria jagui | NA | NA | american financial | NA | NA | NA | NA | NA | Utah | american financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201463 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199822 |
| american financial | worishy geter | NA | NA | american financial | NA | NA | NA | NA | NA | Utah | american financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-201464 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199823 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199824 |
| choice financial | multiple submissions multiple submissions | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199825 |
| american financial | multiple submissions multiple submissions | NA | NA | american financial | NA | NA | NA | NA | NA | Utah | american financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-199894 |
| new jersey capital | wayne meyer | NA | NA | capital new jersey | NA | NA | NA | NA | NA | New Jersey | capital new jersey | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-1787 |
| farmers merchants | anonymous anonymous | NA | NA | merchants farmers | NA | NA | NA | NA | NA | Mississippi | merchants farmers | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-4688 |
| remax el paso | john plummer | NA | NA | norwest el paso | NA | NA | NA | NA | NA | Texas | norwest el paso | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-0037 |
| natchez trace youth academy | anonymous anonymous | NA | NA | natchez trace savings loan | NA | NA | NA | NA | NA | Mississippi | natchez trace savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-4714 |
| billings first congressional ucc | rev michael mulberry | NA | NA | first interstate west billings | NA | NA | NA | NA | NA | Montana | first interstate west billings | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-5396 |
| choice financial | bridgette roman | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-3950 |
| chevron credit | katey proefke | NA | NA | chevron credit | NA | NA | NA | NA | NA | Utah | chevron credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-3985 |
| first financial loan | john weston | NA | NA | first financial savings loan | NA | NA | NA | NA | NA | Illinois | first financial savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-3917 |
| home builders | andrew glass | NA | NA | home builders | NA | NA | NA | NA | NA | Ohio | home builders | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-4195 |
| colfax banking | amber garcia | NA | NA | colfax banking | NA | NA | NA | NA | NA | Louisiana | colfax banking | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-83526 |
| las colinas credit | kevin scott | NA | NA | mbank las colinas | NA | NA | NA | NA | NA | Texas | mbank las colinas | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-89968 |
| 1st security | terry backman | NA | NA | 1st security | NA | NA | NA | NA | NA | Ohio | 1st security | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1316 |
| north side credit | sarah marshall | NA | NA | citizens north side | NA | NA | NA | NA | NA | Wisconsin | citizens north side | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-91278 |
| missouri springfield | greg burris | NA | NA | united missouri springfield | NA | NA | NA | NA | NA | Missouri | united missouri springfield | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-130427 |
| wood huston | mark thompson | NA | NA | wood huston | NA | NA | NA | NA | NA | Missouri | wood huston | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-141044 |
| choice financial | david schwarz | NA | NA | choice financial | NA | NA | NA | NA | NA | North Dakota | choice financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-141911 |
| loan central | susan adams | NA | NA | central savings loan | NA | NA | NA | NA | NA | Illinois | central savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-141765 |
| financial services | carl franco | NA | NA | financial services | NA | NA | NA | NA | NA | Kentucky | financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144037 |
| financial services | dennis shaul | NA | NA | financial services | NA | NA | NA | NA | NA | Kentucky | financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-143347 |
| first fidelity | stephen eberhart | NA | NA | first fidelity | NA | NA | NA | NA | NA | South Dakota | first fidelity | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-142446 |
| financial services | dennis shaul | NA | NA | financial services | NA | NA | NA | NA | NA | Kentucky | financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-142779 |
| financial services | dennis shaul | NA | NA | financial services | NA | NA | NA | NA | NA | Kentucky | financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-143313 |
| loan central | tonya bond | NA | NA | central savings loan | NA | NA | NA | NA | NA | Illinois | central savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-141767 |
| financial services | dennis shaul | NA | NA | financial services | NA | NA | NA | NA | NA | Kentucky | financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-143646 |
| central kansas | william dana | NA | NA | central kansas | NA | NA | NA | NA | NA | Missouri | central kansas | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-142112 |
| kansas bankers | charles stones | NA | NA | bankers kansas | NA | NA | NA | NA | NA | Kansas | bankers kansas | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1384 |
| home builders | michelle hamecs | NA | NA | home builders | NA | NA | NA | NA | NA | Ohio | home builders | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1496 |
| wells fargo | franklin codel | NA | NA | wells fargo | NA | NA | NA | NA | NA | California | wells fargo | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1371 |
| homestar financial | wesley hunt | NA | NA | homestar financial services | NA | NA | NA | NA | NA | Illinois | homestar financial services | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1583 |
| wells fargo | tim obrien | NA | NA | wells fargo | NA | NA | NA | NA | NA | California | wells fargo | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0033-0153 |
| first hartford | jennifer johnson | NA | NA | first hartford | NA | NA | NA | NA | NA | Alabama | first hartford | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0016-0014 |
| wells fargo | perry hilzendeger | NA | NA | wells fargo | NA | NA | NA | NA | NA | California | wells fargo | NA | NA | https://www.regulations.gov/document?D=CFPB-2016-0016-0018 |
| kansas bankers | charles stones | NA | NA | bankers kansas | NA | NA | NA | NA | NA | Kansas | bankers kansas | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0123 |
| inland northwest | marcia dorwin | NA | NA | inland northwest | NA | NA | NA | NA | NA | Washington | inland northwest | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0003 |
| pacific west | benjamin mansheim | NA | NA | pacific west | NA | NA | NA | NA | NA | Oregon | pacific west | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0004 |
| five points | vicky zabka | NA | NA | five points | NA | NA | NA | NA | NA | Nebraska | five points | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0015 |
| american savings | ellen holbert | NA | NA | american savings | NA | NA | NA | NA | NA | Iowa | american savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0011 |
| first moose lake | stephanie chapin | NA | NA | first moose lake | NA | NA | NA | NA | NA | Minnesota | first moose lake | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0017 |
| first palm beaches | christopher cook | NA | NA | first palm beaches | NA | NA | NA | NA | NA | Florida | first palm beaches | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0021 |
| first burnet | deborah page | NA | NA | first burnet | NA | NA | NA | NA | NA | Texas | first burnet | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0012 |
| fox river | keith pollek | NA | NA | fox river | NA | NA | NA | NA | NA | Wisconsin | fox river | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0068 |
| time savings | timothy jari | NA | NA | time savings | NA | NA | NA | NA | NA | Wisconsin | time savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0071 |
| sun prairie | anne pingry | NA | NA | prairie sun | NA | NA | NA | NA | NA | Minnesota | prairie sun | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0083 |
| first liberty | margaret osborne | NA | NA | first liberty | NA | NA | NA | NA | NA | Texas | first liberty | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0102 |
| first liberty | tammie garrison | NA | NA | first liberty | NA | NA | NA | NA | NA | Texas | first liberty | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0105 |
| first liberty | judy williams | NA | NA | first liberty | NA | NA | NA | NA | NA | Texas | first liberty | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0103 |
| elk river | nicole fladungselix | NA | NA | elk river | NA | NA | NA | NA | NA | Minnesota | elk river | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0096 |
| southern heritage | dixie long | NA | NA | southern heritage | NA | NA | NA | NA | NA | Louisiana | southern heritage | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0122 |
| first liberty | sandra bracken | NA | NA | first liberty | NA | NA | NA | NA | NA | Texas | first liberty | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0112 |
| first liberty | steven w rahill | NA | NA | first liberty | NA | NA | NA | NA | NA | Texas | first liberty | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0109 |
| wells fargo | david moskowitz | NA | NA | wells fargo | NA | NA | NA | NA | NA | California | wells fargo | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0130 |
| farmers merchants company chambersburg | sheryl snider | NA | NA | farmers merchants company chambersburg | NA | NA | NA | NA | NA | Pennsylvania | farmers merchants company chambersburg | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0134 |
| first security | erin simpson | NA | NA | first security | NA | NA | NA | NA | NA | Montana | first security | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0125 |
| central florida | cheryl nakashige | NA | NA | central florida | NA | NA | NA | NA | NA | Florida | central florida | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0189 |
| southern utah | david eberhard | NA | NA | southern utah | NA | NA | NA | NA | NA | Utah | southern utah | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0239 |
| first layton | k jones | NA | NA | first layton | NA | NA | NA | NA | NA | Utah | first layton | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0192 |
| mississippi bankers | mckinley deaver | NA | NA | mississippi bankers | NA | NA | NA | NA | NA | Mississippi | mississippi bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0217 |
| san antonio credit | brent irvin | NA | NA | first san antonio | NA | NA | NA | NA | NA | Texas | first san antonio | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0209 |
| forest park | catherine pruger | NA | NA | forest park | NA | NA | NA | NA | NA | Illinois | forest park | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0197 |
| american savings | bradford dang | NA | NA | american savings | NA | NA | NA | NA | NA | Iowa | american savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0235 |
| rock canyon | jeremy gray | NA | NA | rock canyon | NA | NA | NA | NA | NA | Utah | rock canyon | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0247 |
| paper savings | paul wachowiak | NA | NA | paper savings | NA | NA | NA | NA | NA | Wisconsin | paper savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0255 |
| independent bankers | elizabeth eurgubian | NA | NA | independent bankers | NA | NA | NA | NA | NA | Illinois | independent bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0258 |
| black hills credit | deeann dietrich | NA | NA | norwest black hills | NA | NA | NA | NA | NA | South Dakota | norwest black hills | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0268 |
| lake area | katie lindstrom | NA | NA | lake area | NA | NA | NA | NA | NA | Minnesota | lake area | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0296 |
| louisiana bankers | joe gendron | NA | NA | bankers louisiana | NA | NA | NA | NA | NA | Louisiana | bankers louisiana | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0294 |
| iab financial | marie doty | NA | NA | iab financial | NA | NA | NA | NA | NA | Indiana | iab financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0290 |
| southwest capital | doug hendrickson | NA | NA | southwest capital | NA | NA | NA | NA | NA | New Mexico | southwest capital | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0304 |
| hawaii credit | victor brock | NA | NA | hawaii credit card | NA | NA | NA | NA | NA | Arizona | hawaii credit card | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0274 |
| home builders | david ledford | NA | NA | home builders | NA | NA | NA | NA | NA | Ohio | home builders | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0329 |
| west pointe | thomas omdahl | NA | NA | west pointe | NA | NA | NA | NA | NA | Illinois | west pointe | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0328 |
| first liberty | dan mccown | NA | NA | first liberty | NA | NA | NA | NA | NA | Texas | first liberty | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0336 |
| one credit | robert adkins | NA | NA | credit one | NA | NA | NA | NA | NA | Nevada | credit one | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0338 |
| first columbia | lance diehl | NA | NA | first columbia | NA | NA | NA | NA | NA | Pennsylvania | first columbia | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0346 |
| citizens loyal | gary weirauch | NA | NA | citizens loyal | NA | NA | NA | NA | NA | Wisconsin | citizens loyal | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0352 |
| hudson river credit | susan commanda | NA | NA | hudson river commercial | NA | NA | NA | NA | NA | New York | hudson river commercial | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0371 |
| athol savings | debra vescovi | NA | NA | athol savings | NA | NA | NA | NA | NA | Massachusetts | athol savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0364 |
| norway savings | pat weigel | NA | NA | norway savings | NA | NA | NA | NA | NA | Maine | norway savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0369 |
| bay ridge credit | gene brody | NA | NA | bay ridge savings | NA | NA | NA | NA | NA | New York | bay ridge savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0368 |
| american exchange | terri thompson | NA | NA | american exchange | NA | NA | NA | NA | NA | Oklahoma | american exchange | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0382 |
| wells fargo | michael heid | NA | NA | wells fargo | NA | NA | NA | NA | NA | California | wells fargo | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0028-0012 |
| sun prairie | anne pingry | NA | NA | prairie sun | NA | NA | NA | NA | NA | Minnesota | prairie sun | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0028-0018 |
| iab financial | marie doty | NA | NA | iab financial | NA | NA | NA | NA | NA | Indiana | iab financial | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0028-0010 |
| mascoma savings | kenneth wells | NA | NA | mascoma savings | NA | NA | NA | NA | NA | New Hampshire | mascoma savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0028-0015 |
| wells fargo | michael heid | NA | NA | wells fargo | NA | NA | NA | NA | NA | California | wells fargo | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0033-0034 |
| cumberland valley | lisa robbins | NA | NA | cumberland valley | NA | NA | NA | NA | NA | Kentucky | cumberland valley | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0004-0003 |
| louisiana bankers | joe gendron | NA | NA | bankers louisiana | NA | NA | NA | NA | NA | Louisiana | bankers louisiana | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0033-0114 |
| first security | jeff koski | NA | NA | first security | NA | NA | NA | NA | NA | Montana | first security | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0033-0108 |
| first security | steven wheeler | NA | NA | first security | NA | NA | NA | NA | NA | Montana | first security | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0033-0106 |
| first security | rebekah leonard | NA | NA | first security | NA | NA | NA | NA | NA | Montana | first security | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0033-0105 |
| independent bankers | ron haynie | NA | NA | independent bankers | NA | NA | NA | NA | NA | Illinois | independent bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0033-0065 |
| first security | val abraham | NA | NA | first security | NA | NA | NA | NA | NA | Montana | first security | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0033-0121 |
| territorial savings | vernon hirata | NA | NA | territorial savings | NA | NA | NA | NA | NA | Hawaii | territorial savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0004-0018 |
| kansas bankers | charles stones | NA | NA | bankers kansas | NA | NA | NA | NA | NA | Kansas | bankers kansas | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0004-0026 |
| louisiana bankers | joe gendron | NA | NA | bankers louisiana | NA | NA | NA | NA | NA | Louisiana | bankers louisiana | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0004-0039 |
| central florida | cheryl nakashige | NA | NA | central florida | NA | NA | NA | NA | NA | Florida | central florida | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0004-0030 |
| wells fargo | mike heid | NA | NA | wells fargo | NA | NA | NA | NA | NA | California | wells fargo | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0033-0132 |
| texas capital | helen law | NA | NA | texas capital | NA | NA | NA | NA | NA | Texas | texas capital | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0023 |
| peoples savings | jacque eberhart | NA | NA | peoples savings | NA | NA | NA | NA | NA | Iowa | peoples savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0050 |
| independent bankers | joseph gormley | NA | NA | independent bankers | NA | NA | NA | NA | NA | Illinois | independent bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0079 |
| central florida | cheryl nakashige | NA | NA | central florida | NA | NA | NA | NA | NA | Florida | central florida | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0073 |
| farmers merchants | rebecca bentley | NA | NA | merchants farmers | NA | NA | NA | NA | NA | Mississippi | merchants farmers | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0265 |
| first interstate | patricia donley | NA | NA | first interstate | NA | NA | NA | NA | NA | Wyoming | first interstate | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0240 |
| home builders | michelle hamecs | NA | NA | home builders | NA | NA | NA | NA | NA | Ohio | home builders | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0599 |
| third savings loan | anonymous anonymous | NA | NA | third savings loan | NA | NA | NA | NA | NA | Ohio | third savings loan | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0379 |
| fsb north american savings | scott haase | NA | NA | fsb north american savings | NA | NA | NA | NA | NA | Missouri | fsb north american savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0550 |
| wells fargo | mike heid | NA | NA | wells fargo | NA | NA | NA | NA | NA | California | wells fargo | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0397 |
| cherry creek mortgage | jeffrey may | NA | NA | norwest cherry creek | NA | NA | NA | NA | NA | Colorado | norwest cherry creek | NA | NA | https://www.regulations.gov/document?D=CFPB-2015-0029-0794 |
| wells fargo | michael heid | NA | NA | wells fargo | NA | NA | NA | NA | NA | California | wells fargo | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0411 |
| fa colonial savings | ben dempsey | NA | NA | fa colonial savings | NA | NA | NA | NA | NA | Kansas | fa colonial savings | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0019-0416 |
| kentucky bankers | jr ballard cassady | NA | NA | bankers kentucky | NA | NA | NA | NA | NA | Kentucky | bankers kentucky | NA | NA | https://www.regulations.gov/document?D=CFPB-2013-0029-0026 |
| wells fargo | joann stone | NA | NA | wells fargo | NA | NA | NA | NA | NA | California | wells fargo | NA | NA | https://www.regulations.gov/document?D=CFPB-2013-0033-0268 |
| independent bankers | elizabeth eurgubian | NA | NA | independent bankers | NA | NA | NA | NA | NA | Illinois | independent bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2013-0033-0343 |
| united mississippi | tom rosenblatt | NA | NA | united mississippi | NA | NA | NA | NA | NA | Mississippi | united mississippi | NA | NA | https://www.regulations.gov/document?D=CFPB-2013-0033-0371 |
| independent bankers | cary whaley | NA | NA | independent bankers | NA | NA | NA | NA | NA | Illinois | independent bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0003-0013 |
| peoples exchange | leslie inman | NA | NA | peoples exchange | NA | NA | NA | NA | NA | Kansas | peoples exchange | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0003 |
| first citizens | jo ann merfeld | NA | NA | citizens first | NA | NA | NA | NA | NA | Arkansas | citizens first | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0013 |
| first scotia | bonnie demers | NA | NA | first scotia | NA | NA | NA | NA | NA | New York | first scotia | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0011 |
| first orwell | david thomas | NA | NA | first orwell | NA | NA | NA | NA | NA | Vermont | first orwell | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0009-0005 |
| central florida | cheryl nakashige | NA | NA | central florida | NA | NA | NA | NA | NA | Florida | central florida | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0018 |
| first tennessee | robert mckinney | NA | NA | first tennessee | NA | NA | NA | NA | NA | Tennessee | first tennessee | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0008-0011 |
| home builders | david ledford | NA | NA | home builders | NA | NA | NA | NA | NA | Ohio | home builders | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0009-0007 |
| independent bankers | elizabeth eurgubian | NA | NA | independent bankers | NA | NA | NA | NA | NA | Illinois | independent bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0009-0040 |
| farmers merchants | yvonne zeminski | NA | NA | merchants farmers | NA | NA | NA | NA | NA | Mississippi | merchants farmers | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0061 |
| independent bankers | elizabeth eurgubian | NA | NA | independent bankers | NA | NA | NA | NA | NA | Illinois | independent bankers | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0009-0060 |
| north carolina bankers | thad woodard | NA | NA | bankers north carolina | NA | NA | NA | NA | NA | North Carolina | bankers north carolina | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0009-0062 |
| southern utah | david eberhard | NA | NA | southern utah | NA | NA | NA | NA | NA | Utah | southern utah | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0062 |
| first credit | cheryl mccullough | NA | NA | first credit | NA | NA | NA | NA | NA | California | first credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0083 |
| first credit | velsie borja | NA | NA | first credit | NA | NA | NA | NA | NA | California | first credit | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0081 |
| first muscatine | julie frye | NA | NA | first muscatine | NA | NA | NA | NA | NA | Iowa | first muscatine | NA | NA | https://www.regulations.gov/document?D=CFPB-2014-0010-0100 |
# 0
paste("FFIECInstitutions matches: ", sum(!is.na(d$FFIECInstitutions_name)) )## [1] "FFIECInstitutions matches: 0"
#d %>% filter(!is.na(FFIECInstitutions_name)) %>% select(ends_with("name")) %>% kablebox()
# 18k
paste("NonProfitTax matches: ", sum(!is.na(d$NonProfitTax_name)) )## [1] "NonProfitTax matches: 5572"
d %>% filter(!is.na(NonProfitTax_name)) %>% select(ends_with("name"), comment_url) %>% kablebox()| comment_org_name | comment_submitter_name | CIK_name | CreditUnions_name | FDIC_Institutions_name | FFIECInstitutions_name | SEC_Institutions_name | compustat_resources_name | nonprofits_resources_name | opensecrets_resources_jwVersion_name | FDIC_Institutions-orgMatch:STNAME | org_name | NonProfitTax_name | OpenSecretsOrgs_name | comment_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aca international | leah dempsey | NA | NA | NA | NA | NA | NA | aca international | NA | NA | aca international | aca international | NA | https://www.regulations.gov/document?D=CFPB-2020-0010-0025 |
| alaska credit | amie keirn | NA | NA | NA | NA | NA | NA | alaska credit league | NA | NA | alaska credit league | alaska credit league | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12056 |
| credit systems | susan skovgaard | NA | NA | NA | NA | NA | NA | health systems credit | NA | NA | health systems credit | health systems credit | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12044 |
| legal services elderly | jill randall | NA | NA | NA | NA | NA | NA | legal services elderly | NA | NA | legal services elderly | legal services elderly | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12051 |
| better markets | andrew bunker | NA | NA | NA | NA | NA | NA | better markets | NA | NA | better markets | better markets | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12055 |
| legal aid society | colten fleu | NA | NA | NA | NA | NA | NA | legal aid society | NA | NA | legal aid society | legal aid society | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12042 |
| maryland consumer rights coalition | maceline white | NA | NA | NA | NA | NA | NA | maryland consumer rights coalition | NA | NA | maryland consumer rights coalition | maryland consumer rights coalition | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12050 |
| legal aid nebraska | jennifer gaughan | NA | NA | NA | NA | NA | NA | legal aid nebraska | NA | NA | legal aid nebraska | legal aid nebraska | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12089 |
| western new york law center | matthew parham | NA | NA | NA | NA | NA | NA | western new york law center | NA | NA | western new york law center | western new york law center | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12080 |
| bay area legal aid | ofra pleban | NA | NA | NA | NA | NA | NA | bay area legal aid | NA | NA | bay area legal aid | bay area legal aid | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12075 |
| missouri faith voices | rev dr cassandra gould | NA | NA | NA | NA | NA | NA | missouri faith voices | NA | NA | missouri faith voices | missouri faith voices | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12070 |
| legal aid society san diego | joe villaseñor | NA | NA | NA | NA | NA | NA | legal aid society san diego | NA | NA | legal aid society san diego | legal aid society san diego | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12088 |
| minnesota credit network | timothy tacheny | NA | NA | NA | NA | NA | NA | minnesota credit network | NA | NA | minnesota credit network | minnesota credit network | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12062 |
| virginia poverty law center | jay speer | NA | NA | NA | NA | NA | NA | virginia poverty law center | NA | NA | virginia poverty law center | virginia poverty law center | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12090 |
| maryland consumers | marceline white | NA | NA | NA | NA | NA | NA | funeral consumers alliance maryland environs | NA | NA | funeral consumers alliance maryland environs | funeral consumers alliance maryland environs | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12081 |
| conference supervisors | joey samowitz | NA | NA | NA | NA | NA | NA | conference supervisors | NA | NA | conference supervisors | conference supervisors | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12087 |
| maryland consumers | marceline white | NA | NA | NA | NA | NA | NA | funeral consumers alliance maryland environs | NA | NA | funeral consumers alliance maryland environs | funeral consumers alliance maryland environs | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12082 |
| american bankers | trenea everett | NA | NA | NA | NA | NA | NA | american bankers | NA | NA | american bankers | american bankers | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12061 |
| better markets | andrew bunker | NA | NA | NA | NA | NA | NA | better markets | NA | NA | better markets | better markets | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12059 |
| center law economic justice | claudia wilner | NA | NA | NA | NA | NA | NA | center law economic justice | NA | NA | center law economic justice | center law economic justice | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12097 |
| montana independent bankers | james brown | NA | NA | NA | NA | NA | NA | montana independent bankers | NA | NA | montana independent bankers | montana independent bankers | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0560 |
| massachusetts affordable housing alliance | anonymous anonymous | NA | NA | NA | NA | NA | NA | massachusetts affordable housing alliance | NA | NA | massachusetts affordable housing alliance | massachusetts affordable housing alliance | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0663 |
| bankers michigan | michael tierney | NA | NA | NA | NA | NA | NA | bankers michigan | NA | NA | bankers michigan | bankers michigan | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0705 |
| american bankers | anonymous anonymous | NA | NA | NA | NA | NA | NA | american bankers | NA | NA | american bankers | american bankers | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0674 |
| american bankers | rod alba | NA | NA | NA | NA | NA | NA | american bankers | NA | NA | american bankers | american bankers | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0675 |
| texas appleseed | melissa sloan | NA | NA | NA | NA | NA | NA | texas appleseed | NA | NA | texas appleseed | texas appleseed | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0683 |
| pittsburgh reinvestment | ernest hogan | NA | NA | NA | NA | NA | NA | pittsburgh reinvestment | NA | NA | pittsburgh reinvestment | pittsburgh reinvestment | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0686 |
| heartland credit | brad douglas | NA | NA | NA | NA | NA | NA | heartland credit | NA | NA | heartland credit | heartland credit | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0687 |
| aca international | leah dempsey | NA | NA | NA | NA | NA | NA | aca international | NA | NA | aca international | aca international | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12112 |
| institute college access success | michele streeter | NA | NA | NA | NA | NA | NA | institute college access success | NA | NA | institute college access success | institute college access success | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-8564 |
| client services | carrie bextermueller | NA | NA | NA | NA | NA | NA | client services | NA | NA | client services | client services | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9068 |
| professional finance | nicholas prola | NA | NA | NA | NA | NA | NA | california asian insurance finance professional | NA | NA | california asian insurance finance professional | california asian insurance finance professional | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9193 |
| native american financial services | gary davis | NA | NA | NA | NA | NA | NA | native american financial services | NA | NA | native american financial services | native american financial services | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9163 |
| commercial law league | kerrick daniel | NA | NA | NA | NA | NA | NA | commercial law league | NA | NA | commercial law league | commercial law league | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9362 |
| reverse mortgage lenders | steve irwin | NA | NA | NA | NA | NA | NA | reverse mortgage lenders | NA | NA | reverse mortgage lenders | reverse mortgage lenders | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9246 |
| heartland credit | brad douglas | NA | NA | NA | NA | NA | NA | heartland credit | NA | NA | heartland credit | heartland credit | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9216 |
| indiana legal services | jon laramore | NA | NA | NA | NA | NA | NA | indiana legal services | NA | NA | indiana legal services | indiana legal services | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9244 |
| installment lenders | geoffrey gradler | NA | NA | NA | NA | NA | NA | installment lenders | NA | NA | installment lenders | installment lenders | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9361 |
| empower missouri | jeanette mott oxford | NA | NA | NA | NA | NA | NA | empower missouri | NA | NA | empower missouri | empower missouri | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9669 |
| legal action wisconsin | jessica roulette | NA | NA | NA | NA | NA | NA | legal action wisconsin | NA | NA | legal action wisconsin | legal action wisconsin | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9485 |
| consumer bankers | stephen congdon | NA | NA | NA | NA | NA | NA | consumer bankers | NA | NA | consumer bankers | consumer bankers | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9630 |
| creditors bar | yale levy | NA | NA | NA | NA | NA | NA | california creditors bar | NA | NA | california creditors bar | california creditors bar | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9603 |
| maryland consumer rights coalition | marceline white | NA | NA | NA | NA | NA | NA | maryland consumer rights coalition | NA | NA | maryland consumer rights coalition | maryland consumer rights coalition | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9679 |
| public citizen | bartlett naylor | NA | NA | NA | NA | NA | NA | public citizen | NA | NA | public citizen | public citizen | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9643 |
| southern poverty law center | chandra foster | NA | NA | NA | NA | NA | NA | southern poverty law center | NA | NA | southern poverty law center | southern poverty law center | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9632 |
| policy institute | naeha prakash | NA | NA | NA | NA | NA | NA | policy institute | NA | NA | policy institute | policy institute | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9610 |
| montana legal services | beth hayes | NA | NA | NA | NA | NA | NA | montana legal services | NA | NA | montana legal services | montana legal services | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9612 |
| american resort arda | stefanie jackman | NA | NA | NA | NA | NA | NA | arda resort owners coalition | NA | NA | arda resort owners coalition | arda resort owners coalition | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9592 |
| aca international | leah dempsey | NA | NA | NA | NA | NA | NA | aca international | NA | NA | aca international | aca international | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9666 |
| pro seniors | miriam sheline | NA | NA | NA | NA | NA | NA | pro seniors | NA | NA | pro seniors | pro seniors | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9635 |
| new jersey citizen action | beverly brown ruggia | NA | NA | NA | NA | NA | NA | citizen action new jersey | NA | NA | citizen action new jersey | citizen action new jersey | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9390 |
| independent automobile dealers | shaun petersen | NA | NA | NA | NA | NA | NA | independent automobile dealers assn | NA | NA | independent automobile dealers assn | independent automobile dealers assn | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9398 |
| cornerstone credit league | suzanne yashewski | NA | NA | NA | NA | NA | NA | cornerstone credit league | NA | NA | cornerstone credit league | cornerstone credit league | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9688 |
| consumers research | NA | NA | NA | NA | NA | NA | NA | consumers research | NA | NA | consumers research | consumers research | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9580 |
| greater boston legal services | nadine cohen | NA | NA | NA | NA | NA | NA | greater boston legal services | NA | NA | greater boston legal services | greater boston legal services | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9601 |
| colorado center law policy | sara lipowitz | NA | NA | NA | NA | NA | NA | colorado center law policy | NA | NA | colorado center law policy | colorado center law policy | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9577 |
| public law center | leigh ferrin | NA | NA | NA | NA | NA | NA | public law center | NA | NA | public law center | public law center | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9658 |
| new mexico center law poverty | lindsay cutler | NA | NA | NA | NA | NA | NA | new mexico center law poverty | NA | NA | new mexico center law poverty | new mexico center law poverty | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9554 |
| florida creditors bar | alison walters | NA | NA | NA | NA | NA | NA | florida creditors bar | NA | NA | florida creditors bar | florida creditors bar | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9583 |
| american legal financial network | john hearn | NA | NA | NA | NA | NA | NA | american legal financial network | NA | NA | american legal financial network | american legal financial network | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9555 |
| true sky credit | sean cahill | NA | NA | NA | NA | NA | NA | true sky credit | NA | NA | true sky credit | true sky credit | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9537 |
| coalition higher education assistance | anonymous anonymous | NA | NA | NA | NA | NA | NA | coalition higher education assistance | NA | NA | coalition higher education assistance | coalition higher education assistance | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9400 |
| legal services new jersey | anonymous anonymous | NA | NA | NA | NA | NA | NA | legal services new jersey | NA | NA | legal services new jersey | legal services new jersey | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9683 |
| maine center economic policy | jody harris | NA | NA | NA | NA | NA | NA | maine center economic policy | NA | NA | maine center economic policy | maine center economic policy | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9690 |
| georgia watch | liz coyle | NA | NA | NA | NA | NA | NA | georgia watch | NA | NA | georgia watch | georgia watch | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9608 |
| employment law project | judith conti | NA | NA | NA | NA | NA | NA | employment law project | NA | NA | employment law project | employment law project | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9699 |
| legal aid center southern nevada | anonymous anonymous | NA | NA | NA | NA | NA | NA | legal aid center southern nevada | NA | NA | legal aid center southern nevada | legal aid center southern nevada | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9582 |
| estate debt coalition | anonymous anonymous | NA | NA | NA | NA | NA | NA | estate managers coalition | NA | NA | estate managers coalition | estate managers coalition | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9604 |
| faith et al wisconsin consumer advocates | anonymous anonymous | NA | NA | NA | NA | NA | NA | planned parenthood advocates wisconsin | NA | NA | planned parenthood advocates wisconsin | planned parenthood advocates wisconsin | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9445 |
| legal services center harvard law school predatory lending consumer protection clinic | anonymous anonymous | NA | NA | NA | NA | NA | NA | jimmy ryce center victims predatory abduction | NA | NA | jimmy ryce center victims predatory abduction | jimmy ryce center victims predatory abduction | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9626 |
| ohio creditors attorneys | fredric kannensohn | NA | NA | NA | NA | NA | NA | ohio creditors attorneys | NA | NA | ohio creditors attorneys | ohio creditors attorneys | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9567 |
| oakland attorneys office | anonymous anonymous | NA | NA | NA | NA | NA | NA | oakland 14th office | NA | NA | oakland 14th office | oakland 14th office | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9497 |
| veri di suvero | anonymous anonymous | NA | NA | NA | NA | NA | NA | danny claudine veri family foundation | NA | NA | danny claudine veri family foundation | danny claudine veri family foundation | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9439 |
| mountain justice | anonymous anonymous | NA | NA | NA | NA | NA | NA | mountain justice | NA | NA | mountain justice | mountain justice | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9599 |
| maine equal justice | michael kebede | NA | NA | NA | NA | NA | NA | maine equal justice partners | NA | NA | maine equal justice partners | maine equal justice partners | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9611 |
| african american historical society | mae breckenridge | NA | NA | NA | NA | NA | NA | african american historical society portsmouth | NA | NA | african american historical society portsmouth | african american historical society portsmouth | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9654 |
| consumer advocates | anonymous anonymous | NA | NA | NA | NA | NA | NA | consumer advocates | NA | NA | consumer advocates | consumer advocates | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9543 |
| student loan servicing alliance | anonymous anonymous | NA | NA | NA | NA | NA | NA | student loan servicing alliance | NA | NA | student loan servicing alliance | student loan servicing alliance | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9561 |
| consumer federation | susan grant | NA | NA | NA | NA | NA | NA | consumer federation | NA | NA | consumer federation | consumer federation | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9589 |
| veterans education success | mike saunders | NA | NA | NA | NA | NA | NA | veterans education success | NA | NA | veterans education success | veterans education success | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9544 |
| woodstock institute | brent adams | NA | NA | NA | NA | NA | NA | woodstock institute | NA | NA | woodstock institute | woodstock institute | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9492 |
| michigan creditors bar | anonymous anonymous | NA | NA | NA | NA | NA | NA | michigan creditors bar | NA | NA | michigan creditors bar | michigan creditors bar | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9631 |
| arizona creditors bar | david lippman | NA | NA | NA | NA | NA | NA | california creditors bar | NA | NA | california creditors bar | california creditors bar | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-9605 |
| better markets | andrew bunker | NA | NA | NA | NA | NA | NA | better markets | NA | NA | better markets | better markets | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-12032 |
| aca international | leah dempsey | NA | NA | NA | NA | NA | NA | aca international | NA | NA | aca international | aca international | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-0042 |
| affordable housing centers pennsylvania | kenneth bigos | NA | NA | NA | NA | NA | NA | affordable housing centers pennsylvania | NA | NA | affordable housing centers pennsylvania | affordable housing centers pennsylvania | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0018 |
| aca international | leah dempsey | NA | NA | NA | NA | NA | NA | aca international | NA | NA | aca international | aca international | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-0044 |
| housing action illinois | bob palmer | NA | NA | NA | NA | NA | NA | housing action illinois | NA | NA | housing action illinois | housing action illinois | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0024 |
| delaware reinvestment action council | rashmi rangan | NA | NA | NA | NA | NA | NA | delaware reinvestment action council | NA | NA | delaware reinvestment action council | delaware reinvestment action council | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0098 |
| aca international | leah dempsey | NA | NA | NA | NA | NA | NA | aca international | NA | NA | aca international | aca international | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-0048 |
| aca international | leah dempsey | NA | NA | NA | NA | NA | NA | aca international | NA | NA | aca international | aca international | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-0049 |
| fair housing center metropolitan detroit | anonymous anonymous | NA | NA | NA | NA | NA | NA | fair housing center metropolitan detroit | NA | NA | fair housing center metropolitan detroit | fair housing center metropolitan detroit | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0165 |
| empire justice center | barbara kerkhove | NA | NA | NA | NA | NA | NA | empire justice center | NA | NA | empire justice center | empire justice center | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0202 |
| metropolitan st louis equal housing opportunity council | elisabeth risch | NA | NA | NA | NA | NA | NA | metropolitan st louis equal housing opportunity council | NA | NA | metropolitan st louis equal housing opportunity council | metropolitan st louis equal housing opportunity council | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0252 |
| league southeastern credit | mike lee | NA | NA | NA | NA | NA | NA | league southeastern credit | NA | NA | league southeastern credit | league southeastern credit | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0253 |
| wisconsin credit league | paul guttormsson | NA | NA | NA | NA | NA | NA | wisconsin credit league | NA | NA | wisconsin credit league | wisconsin credit league | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0254 |
| minnesota bankers | teresa rice | NA | NA | NA | NA | NA | NA | minnesota bankers | NA | NA | minnesota bankers | minnesota bankers | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0271 |
| st louis equal housing opportunity council | elisabeth risch | NA | NA | NA | NA | NA | NA | metropolitan st louis equal housing opportunity council | NA | NA | metropolitan st louis equal housing opportunity council | metropolitan st louis equal housing opportunity council | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0314 |
| new jersey citizen action | beverly brown ruggia | NA | NA | NA | NA | NA | NA | citizen action new jersey | NA | NA | citizen action new jersey | citizen action new jersey | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0316 |
| ohio credit league | miriah lee | NA | NA | NA | NA | NA | NA | ohio credit league | NA | NA | ohio credit league | ohio credit league | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0263 |
| center nyc neighborhoods | ivy perez | NA | NA | NA | NA | NA | NA | center nyc neighborhoods | NA | NA | center nyc neighborhoods | center nyc neighborhoods | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0275 |
| illinois credit league | kari osier | NA | NA | NA | NA | NA | NA | illinois credit league | NA | NA | illinois credit league | illinois credit league | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0288 |
| illinois bankers | benjamin jackson | NA | NA | NA | NA | NA | NA | bankers illinois | NA | NA | bankers illinois | bankers illinois | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0299 |
| uncle credit | dree johnson | NA | NA | NA | NA | NA | NA | uncle credit | NA | NA | uncle credit | uncle credit | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0266 |
| bankers illinois | david schroeder svp | NA | NA | NA | NA | NA | NA | bankers illinois | NA | NA | bankers illinois | bankers illinois | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0269 |
| consumer law center | odette williamson | NA | NA | NA | NA | NA | NA | consumer law center | NA | NA | consumer law center | consumer law center | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0313 |
| chicago loan | calvin l holmes | NA | NA | NA | NA | NA | NA | chicago loan | NA | NA | chicago loan | chicago loan | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0352 |
| next step network | stacey epperson | NA | NA | NA | NA | NA | NA | next step network | NA | NA | next step network | next step network | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0341 |
| reinvestment partners | adam rust | NA | NA | NA | NA | NA | NA | reinvestment partners | NA | NA | reinvestment partners | reinvestment partners | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0353 |
| fair housing alliance | debby goldberg | NA | NA | NA | NA | NA | NA | fair housing alliance | NA | NA | fair housing alliance | fair housing alliance | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0334 |
| coachella valley housing coalition | javier lopez | NA | NA | NA | NA | NA | NA | coachella valley housing coalition | NA | NA | coachella valley housing coalition | coachella valley housing coalition | NA | https://www.regulations.gov/document?D=CFPB-2019-0021-0329 |
| consumer law center | lauren saunders | NA | NA | NA | NA | NA | NA | consumer law center | NA | NA | consumer law center | consumer law center | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-1150 |
| solid ground | noel lerner | NA | NA | NA | NA | NA | NA | solid ground | NA | NA | solid ground | solid ground | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-1188 |
| aca international | leah dempsey | NA | NA | NA | NA | NA | NA | aca international | NA | NA | aca international | aca international | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-1194 |
| aca international | leah dempsey | NA | NA | NA | NA | NA | NA | aca international | NA | NA | aca international | aca international | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-1195 |
| legal services hudson valley | barbara finkelstein | NA | NA | NA | NA | NA | NA | legal services hudson valley | NA | NA | legal services hudson valley | legal services hudson valley | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-2124 |
| legal services hudson valley | barbara finkelstein | NA | NA | NA | NA | NA | NA | legal services hudson valley | NA | NA | legal services hudson valley | legal services hudson valley | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-2148 |
| consumer bankers | stephen congdon | NA | NA | NA | NA | NA | NA | consumer bankers | NA | NA | consumer bankers | consumer bankers | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-2430 |
| virginia organizing | virginia organizing | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2019-0022-6371 |
| california credit league | sharon lindeman | NA | NA | NA | NA | NA | NA | california credit league | NA | NA | california credit league | california credit league | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0037 |
| hereford texas fcu | adrian alejandre | NA | NA | NA | NA | NA | NA | south texas hereford | NA | NA | south texas hereford | south texas hereford | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211821 |
| civil justice | cheryl hystad | NA | NA | NA | NA | NA | NA | civil justice | NA | NA | civil justice | civil justice | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211828 |
| civil justice | cheryl hystad | NA | NA | NA | NA | NA | NA | civil justice | NA | NA | civil justice | civil justice | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211870 |
| housing initiative partnership | mary hunter | NA | NA | NA | NA | NA | NA | housing initiative partnership | NA | NA | housing initiative partnership | housing initiative partnership | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211873 |
| germania credit | chelsea lozano | NA | NA | NA | NA | NA | NA | germania credit | NA | NA | germania credit | germania credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211911 |
| center public justice | katie thompson | NA | NA | NA | NA | NA | NA | center public justice | NA | NA | center public justice | center public justice | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-211922 |
| american escrow | sheryl oldham | NA | NA | NA | NA | NA | NA | american escrow | NA | NA | american escrow | american escrow | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0016 |
| iowa bankers | ronette schlatter | NA | NA | NA | NA | NA | NA | iowa bankers | NA | NA | iowa bankers | iowa bankers | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0023 |
| real estate services providers council | kenneth trepeta | NA | NA | NA | NA | NA | NA | real estate services providers council | NA | NA | real estate services providers council | real estate services providers council | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0022 |
| american escrow | art davis | NA | NA | NA | NA | NA | NA | american escrow | NA | NA | american escrow | american escrow | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0041 |
| american land title | steven gottheim | NA | NA | NA | NA | NA | NA | american land title | NA | NA | american land title | american land title | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0034 |
| mortgage bankers | pete mills | NA | NA | NA | NA | NA | NA | mortgage bankers | NA | NA | mortgage bankers | mortgage bankers | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0038 |
| ohio credit league | miriah lee | NA | NA | NA | NA | NA | NA | ohio credit league | NA | NA | ohio credit league | ohio credit league | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0045 |
| consumer law center | elizabeth renuart | NA | NA | NA | NA | NA | NA | consumer law center | NA | NA | consumer law center | consumer law center | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0049 |
| american bankers | rodrigo alba | NA | NA | NA | NA | NA | NA | american bankers | NA | NA | american bankers | american bankers | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0035 |
| consumer law center | elizabeth renuart | NA | NA | NA | NA | NA | NA | consumer law center | NA | NA | consumer law center | consumer law center | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0040 |
| american bankers | rod alba | NA | NA | NA | NA | NA | NA | american bankers | NA | NA | american bankers | american bankers | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0039 |
| consumer law center | andrew pizor | NA | NA | NA | NA | NA | NA | consumer law center | NA | NA | consumer law center | consumer law center | NA | https://www.regulations.gov/document?D=CFPB-2017-0018-0050 |
| iowa bankers | ronette schlatter | NA | NA | NA | NA | NA | NA | iowa bankers | NA | NA | iowa bankers | iowa bankers | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0007 |
| wisconsin credit league | paul guttormsson | NA | NA | NA | NA | NA | NA | wisconsin credit league | NA | NA | wisconsin credit league | wisconsin credit league | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0010 |
| independent bankers texas | bonnie kankel | NA | NA | NA | NA | NA | NA | independent bankers texas | NA | NA | independent bankers texas | independent bankers texas | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0011 |
| university hawaii west oahu | s watanabe | NA | NA | NA | NA | NA | NA | oahu league hawaii youth soccer | NA | NA | oahu league hawaii youth soccer | oahu league hawaii youth soccer | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0020 |
| iowa credit league | patrick jury | NA | NA | NA | NA | NA | NA | iowa credit league | NA | NA | iowa credit league | iowa credit league | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0015 |
| american bankers | iii robert g rowe | NA | NA | NA | NA | NA | NA | american bankers | NA | NA | american bankers | american bankers | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0016 |
| mortgage bankers | ken markison | NA | NA | NA | NA | NA | NA | mortgage bankers | NA | NA | mortgage bankers | mortgage bankers | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0031 |
| league southeastern credit | michael lee | NA | NA | NA | NA | NA | NA | league southeastern credit | NA | NA | league southeastern credit | league southeastern credit | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0025 |
| consumer mortgage coalition | anne canfield | NA | NA | NA | NA | NA | NA | consumer mortgage coalition | NA | NA | consumer mortgage coalition | consumer mortgage coalition | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0030 |
| illinois credit league | joni senkpeil | NA | NA | NA | NA | NA | NA | illinois credit league | NA | NA | illinois credit league | illinois credit league | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0026 |
| bankers illinois | david schroeder | NA | NA | NA | NA | NA | NA | bankers illinois | NA | NA | bankers illinois | bankers illinois | NA | https://www.regulations.gov/document?D=CFPB-2017-0021-0027 |
| california reinvestment coalition | paulina gonzalez | NA | NA | NA | NA | NA | NA | california reinvestment coalition | NA | NA | california reinvestment coalition | california reinvestment coalition | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208723 |
| leadership conference civil human rights | vanita gupta | NA | NA | NA | NA | NA | NA | leadership conference civil human rights | NA | NA | leadership conference civil human rights | leadership conference civil human rights | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208724 |
| house representatives tennessee | steve mcmanus | NA | NA | NA | NA | NA | NA | serenity house memphis tennessee | NA | NA | serenity house memphis tennessee | serenity house memphis tennessee | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208726 |
| acce institute | patrick smith | NA | NA | NA | NA | NA | NA | acce institute | NA | NA | acce institute | acce institute | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208746 |
| jews united justice | david lander | NA | NA | NA | NA | NA | NA | jews united justice | NA | NA | jews united justice | jews united justice | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208788 |
| matagorda credit | linda ging | NA | NA | NA | NA | NA | NA | matagorda credit | NA | NA | matagorda credit | matagorda credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-208830 |
| native american financial services | marlais | NA | NA | NA | NA | NA | NA | native american financial services | NA | NA | native american financial services | native american financial services | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-6276 |
| congress american indians | jacqueline pata | NA | NA | NA | NA | NA | NA | congress american indians | NA | NA | congress american indians | congress american indians | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-6291 |
| structured finance industry | dan goodwin | NA | NA | NA | NA | NA | NA | structured finance industry | NA | NA | structured finance industry | structured finance industry | NA | https://www.regulations.gov/document?D=CFPB-2016-0020-6390 |
| lutheran church | lutheran church lutheran church | NA | NA | NA | NA | NA | NA | atonement lutheran church | NA | NA | atonement lutheran church | atonement lutheran church | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144136 |
| first congregational church | fcc fcc | NA | NA | NA | NA | NA | NA | first congregational church | NA | NA | first congregational church | first congregational church | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144138 |
| hanover friends meeting | hanover friends meeting hanover friends meeting | NA | NA | NA | NA | NA | NA | friends hanover schools | NA | NA | friends hanover schools | friends hanover schools | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144139 |
| kemba credit | stephen behler | NA | NA | NA | NA | NA | NA | kemba financial credit | NA | NA | kemba financial credit | kemba financial credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144167 |
| center financial education | janet henripon | NA | NA | NA | NA | NA | NA | center financial education | NA | NA | center financial education | center financial education | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144169 |
| utah mortgage bankers | kari karas | NA | NA | NA | NA | NA | NA | utah bankers assn | NA | NA | utah bankers assn | utah bankers assn | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1616 |
| iowa bankers | ronette schlatter | NA | NA | NA | NA | NA | NA | iowa bankers | NA | NA | iowa bankers | iowa bankers | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1611 |
| pennsylvania credit | jr esq richard wargo | NA | NA | NA | NA | NA | NA | pennsylvania credit | NA | NA | pennsylvania credit | pennsylvania credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0038-1606 |
| independent automobile dealers | shaun petersen | NA | NA | NA | NA | NA | NA | independent automobile dealers assn | NA | NA | independent automobile dealers assn | independent automobile dealers assn | NA | https://www.regulations.gov/document?D=CFPB-2016-0039-0028 |
| consumer data industry | eric ellman | NA | NA | NA | NA | NA | NA | consumer data industry | NA | NA | consumer data industry | consumer data industry | NA | https://www.regulations.gov/document?D=CFPB-2016-0039-0018 |
| consumer mortgage coalition | anne canfield | NA | NA | NA | NA | NA | NA | consumer mortgage coalition | NA | NA | consumer mortgage coalition | consumer mortgage coalition | NA | https://www.regulations.gov/document?D=CFPB-2016-0039-0014 |
| electronic transactions | scott talbott | NA | NA | NA | NA | NA | NA | electronic transactions | NA | NA | electronic transactions | electronic transactions | NA | https://www.regulations.gov/document?D=CFPB-2016-0039-0017 |
| american civil liberties nations capital | arthur spitzer | NA | NA | NA | NA | NA | NA | american civil liberties capital area | NA | NA | american civil liberties capital area | american civil liberties capital area | NA | https://www.regulations.gov/document?D=CFPB-2016-0039-0024 |
| virginia organizing | amy tussing | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144204 |
| south carolina appleseed legal justice center | susan berkowitz | NA | NA | NA | NA | NA | NA | south carolina appleseed legal justice center | NA | NA | south carolina appleseed legal justice center | south carolina appleseed legal justice center | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144228 |
| virginia organizing | gregory everett sr | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144206 |
| virginia organizing | martha ann stallings | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144208 |
| florida alliance consumer protection | robert drake | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144219 |
| virginia organizing | timothy wood | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144209 |
| virginia organizing | elliott brown | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144205 |
| hip housing | sheri broussard | NA | NA | NA | NA | NA | NA | hip housing | NA | NA | hip housing | hip housing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144210 |
| virginia organizing | jane brown | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144207 |
| league southeastern credit | michael lee | NA | NA | NA | NA | NA | NA | league southeastern credit | NA | NA | league southeastern credit | league southeastern credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144226 |
| florida alliance consumer protection | travis wilson | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144240 |
| florida alliance consumer protection | mary west | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144239 |
| florida alliance consumer protection | sue young | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144243 |
| step up savannah | suzanne donovan | NA | NA | NA | NA | NA | NA | step up savannah | NA | NA | step up savannah | step up savannah | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144297 |
| independent finance institute | greg piatt | NA | NA | NA | NA | NA | NA | independent finance institute | NA | NA | independent finance institute | independent finance institute | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144293 |
| council la raza | flordia residents | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144251 |
| texas house district 3 | cecil bell | NA | NA | NA | NA | NA | NA | district 3 residential council | NA | NA | district 3 residential council | district 3 residential council | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144312 |
| hebrew free loan society | david rosenn | NA | NA | NA | NA | NA | NA | hebrew free loan society | NA | NA | hebrew free loan society | hebrew free loan society | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144320 |
| first baptist church lebanon | tommy calhoun | NA | NA | NA | NA | NA | NA | lebanon presbyterian church cemetery | NA | NA | lebanon presbyterian church cemetery | lebanon presbyterian church cemetery | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144347 |
| california conference advancement colored people | alice huffman | NA | NA | NA | NA | NA | NA | advancement colored people | NA | NA | advancement colored people | advancement colored people | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144386 |
| tennessee house representatives | steve mcmanus | NA | NA | NA | NA | NA | NA | serenity house memphis tennessee | NA | NA | serenity house memphis tennessee | serenity house memphis tennessee | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144391 |
| empire justice center | ruhi maker | NA | NA | NA | NA | NA | NA | empire justice center | NA | NA | empire justice center | empire justice center | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144506 |
| center responsible lending faith credit roundtable | d green | NA | NA | NA | NA | NA | NA | center responsible lending | NA | NA | center responsible lending | center responsible lending | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144825 |
| fellowship redeeming truth church | john hollmon | NA | NA | NA | NA | NA | NA | redeeming word truth ministries | NA | NA | redeeming word truth ministries | redeeming word truth ministries | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144890 |
| new jersey citizen action | new jersey citizen action | NA | NA | NA | NA | NA | NA | citizen action new jersey | NA | NA | citizen action new jersey | citizen action new jersey | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144884 |
| grove baptist church | jr rev joel king | NA | NA | NA | NA | NA | NA | parkers grove baptist church | NA | NA | parkers grove baptist church | parkers grove baptist church | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144896 |
| resurrection baptist church | john little | NA | NA | NA | NA | NA | NA | resurrection baptist church | NA | NA | resurrection baptist church | resurrection baptist church | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144893 |
| valley interfaith | valley interfaith | NA | NA | NA | NA | NA | NA | valley interfaith | NA | NA | valley interfaith | valley interfaith | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144937 |
| good shepherd baptist church | charles tatum | NA | NA | NA | NA | NA | NA | good shepherd baptist church | NA | NA | good shepherd baptist church | good shepherd baptist church | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144899 |
| catholic charities usa | brian corbin | NA | NA | NA | NA | NA | NA | catholic charities usa | NA | NA | catholic charities usa | catholic charities usa | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144903 |
| mt moriah church | brenda bradley | NA | NA | NA | NA | NA | NA | mt moriah baptist church | NA | NA | mt moriah baptist church | mt moriah baptist church | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144913 |
| concord church | stanley harris | NA | NA | NA | NA | NA | NA | concord baptist church | NA | NA | concord baptist church | concord baptist church | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144897 |
| roanoke family church | carlton williams | NA | NA | NA | NA | NA | NA | family promise greater roanoke | NA | NA | family promise greater roanoke | family promise greater roanoke | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-144914 |
| florida alliance consumer protection | ronda b | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145034 |
| florida alliance consumer protection | james greene | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145081 |
| virginia organizing | james foreman | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145088 |
| new economics women | maggie cervantes | NA | NA | NA | NA | NA | NA | new economics women | NA | NA | new economics women | new economics women | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145098 |
| florida alliance consumer protection | jason r | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145045 |
| florida alliance consumer protection | ryan b | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145056 |
| florida alliance consumer protection | john f | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145039 |
| florida alliance consumer protection | linda r | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145036 |
| virginia organizing | cheryl chase | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145089 |
| virginia organizing | patricia hodge | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145086 |
| magic valley saddle club | anonymous anonymous | NA | NA | NA | NA | NA | NA | sweetwater valley saddle club | NA | NA | sweetwater valley saddle club | sweetwater valley saddle club | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145221 |
| florida alliance consumer protection | sandra b | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145048 |
| florida alliance consumer protection | kevin y | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145040 |
| virginia organizing | virginia organizing | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145032 |
| florida alliance consumer protection | janet h | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145055 |
| florida alliance consumer protection | sheila j | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145044 |
| florida alliance consumer protection | sheryl b | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145053 |
| west tn basket guild | anonymous anonymous | NA | NA | NA | NA | NA | NA | dreamweavers basket guild northeast ohio | NA | NA | dreamweavers basket guild northeast ohio | dreamweavers basket guild northeast ohio | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145243 |
| magic valley golf club | anonymous anonymous | NA | NA | NA | NA | NA | NA | crow valley golf club | NA | NA | crow valley golf club | crow valley golf club | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145222 |
| cc humane society | anonymous anonymous | NA | NA | NA | NA | NA | NA | alachua humane society | NA | NA | alachua humane society | alachua humane society | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145258 |
| benton rescue squad | anonymous anonymous | NA | NA | NA | NA | NA | NA | benton rescue squad | NA | NA | benton rescue squad | benton rescue squad | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145231 |
| florida alliance consumer protection | audrey l | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145051 |
| virginia organizing | edwin hodge | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145091 |
| common wealth virginia | mark herring | NA | NA | NA | NA | NA | NA | common wealth | NA | NA | common wealth | common wealth | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146530 |
| faith texas | faith texas faith texas | NA | NA | NA | NA | NA | NA | christian faith ministries north texas | NA | NA | christian faith ministries north texas | christian faith ministries north texas | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146546 |
| council la raza | florida consumers | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145326 |
| bristol police department | anonymous anonymous | NA | NA | NA | NA | NA | NA | bristol fire department | NA | NA | bristol fire department | bristol fire department | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145597 |
| renaissance entrepreneurship center | sharon miller | NA | NA | NA | NA | NA | NA | renaissance entrepreneurship center | NA | NA | renaissance entrepreneurship center | renaissance entrepreneurship center | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145325 |
| am org | kelly alyson | NA | NA | NA | NA | NA | NA | am cockeyed optimist org | NA | NA | am cockeyed optimist org | am cockeyed optimist org | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145526 |
| doches credit | doches credit doches credit | NA | NA | NA | NA | NA | NA | doches credit | NA | NA | doches credit | doches credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146510 |
| council la raza | florida consumers | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145328 |
| american bankers | virginia oneill | NA | NA | NA | NA | NA | NA | american bankers | NA | NA | american bankers | american bankers | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145307 |
| first central credit | first central cu first central cu | NA | NA | NA | NA | NA | NA | first central credit | NA | NA | first central credit | first central credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146508 |
| west virginia council churches | jeffrey allen | NA | NA | NA | NA | NA | NA | attleboro area council churches | NA | NA | attleboro area council churches | attleboro area council churches | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145776 |
| council la raza | florida consumers | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-145327 |
| virginia organizing | ernie williams | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146940 |
| virginia organizing | ruth littlejohn | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146957 |
| virginia organizing | meghan decker | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146932 |
| maryland consumer rights coalition | joe muth | NA | NA | NA | NA | NA | NA | maryland consumer rights coalition | NA | NA | maryland consumer rights coalition | maryland consumer rights coalition | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147324 |
| virginia organizing project | virginia organizing project | NA | NA | NA | NA | NA | NA | virginia organizing project | NA | NA | virginia organizing project | virginia organizing project | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148375 |
| first class american credit | nancy croixstroud | NA | NA | NA | NA | NA | NA | first class american credit | NA | NA | first class american credit | first class american credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148808 |
| wispirg foundation | waunakee wisconsin | NA | NA | NA | NA | NA | NA | wispirg foundation | NA | NA | wispirg foundation | wispirg foundation | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154496 |
| pine credit | terry tucker | NA | NA | NA | NA | NA | NA | southern pine credit | NA | NA | southern pine credit | southern pine credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148772 |
| consumer action | ruth susswein | NA | NA | NA | NA | NA | NA | sf consumer action | NA | NA | sf consumer action | sf consumer action | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-153638 |
| united action | kathleen resnick | NA | NA | NA | NA | NA | NA | united action | NA | NA | united action | united action | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156507 |
| maryland consumer rights coalition | david dahbum | NA | NA | NA | NA | NA | NA | maryland consumer rights coalition | NA | NA | maryland consumer rights coalition | maryland consumer rights coalition | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147300 |
| minnesota credit network | john wendland | NA | NA | NA | NA | NA | NA | minnesota credit network | NA | NA | minnesota credit network | minnesota credit network | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-157928 |
| virginia organizing | virginia organizing | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154444 |
| peoples action institute | cara melchiznek | NA | NA | NA | NA | NA | NA | peoples action institute | NA | NA | peoples action institute | peoples action institute | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-157818 |
| council la raza | florida residents | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147278 |
| texas pawnbrokers | peggy roden | NA | NA | NA | NA | NA | NA | texas assoication pawnbrokers | NA | NA | texas assoication pawnbrokers | texas assoication pawnbrokers | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-149700 |
| council la raza | anonymous anonymous | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147080 |
| oklahoma bankers | roger beverage | NA | NA | NA | NA | NA | NA | oklahoma bankers | NA | NA | oklahoma bankers | oklahoma bankers | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158025 |
| pine credit | terry tucker | NA | NA | NA | NA | NA | NA | southern pine credit | NA | NA | southern pine credit | southern pine credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148771 |
| virginia organizing | aaron little | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146931 |
| virginia organizing | kathleen early | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154386 |
| housing law project | kent qian | NA | NA | NA | NA | NA | NA | housing law project | NA | NA | housing law project | housing law project | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-152730 |
| virginia organizing | joe szakos | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146667 |
| florida alliance consumer protection | heidi c | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156295 |
| us pirg education | jeanette johnsa | NA | NA | NA | NA | NA | NA | illinois pirg education | NA | NA | illinois pirg education | illinois pirg education | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156259 |
| council la raza | anonymous anonymous | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147130 |
| virginia organizing | lee barr | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154354 |
| maryland consumer rights coalition | estella willett | NA | NA | NA | NA | NA | NA | maryland consumer rights coalition | NA | NA | maryland consumer rights coalition | maryland consumer rights coalition | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147234 |
| housing opportunities collaborative | appaswamy pajanor | NA | NA | NA | NA | NA | NA | housing opportunities collaborative | NA | NA | housing opportunities collaborative | housing opportunities collaborative | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-157704 |
| council la raza | anonymous anonymous | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147073 |
| new jersey citizen action | mark seifert | NA | NA | NA | NA | NA | NA | citizen action new jersey | NA | NA | citizen action new jersey | citizen action new jersey | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154489 |
| council la raza | florida residents | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147281 |
| united action | ce reutter | NA | NA | NA | NA | NA | NA | united action | NA | NA | united action | united action | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154016 |
| university neighborhood housing program | 20 postcards new yorkers | NA | NA | NA | NA | NA | NA | university neighborhood housing program | NA | NA | university neighborhood housing program | university neighborhood housing program | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147277 |
| virginia organizing | elizabeth neutz | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146886 |
| virginia organizing | lavalette boney | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146739 |
| todec legal center | luz gallegos | NA | NA | NA | NA | NA | NA | todec legal center perris | NA | NA | todec legal center perris | todec legal center perris | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154469 |
| texas appleseed | dallas area interfaith | NA | NA | NA | NA | NA | NA | texas appleseed | NA | NA | texas appleseed | texas appleseed | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146882 |
| virginia organizing | barbara jordan | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146880 |
| virginia organizing project | virginia organizing project | NA | NA | NA | NA | NA | NA | virginia organizing project | NA | NA | virginia organizing project | virginia organizing project | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148379 |
| united action | connie noonan | NA | NA | NA | NA | NA | NA | united action | NA | NA | united action | united action | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156155 |
| florida alliance consumer protection | ramon r | NA | NA | NA | NA | NA | NA | alliance consumer protection beaver | NA | NA | alliance consumer protection beaver | alliance consumer protection beaver | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-157971 |
| council la raza | anonymous anonymous | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147076 |
| alabama credit | kayce bell | NA | NA | NA | NA | NA | NA | credit alabama | NA | NA | credit alabama | credit alabama | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148849 |
| maryland consumer rights coalition | holly mirabella | NA | NA | NA | NA | NA | NA | maryland consumer rights coalition | NA | NA | maryland consumer rights coalition | maryland consumer rights coalition | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154461 |
| north carolina conference | william barber ii | NA | NA | NA | NA | NA | NA | north carolina aquaculture conference | NA | NA | north carolina aquaculture conference | north carolina aquaculture conference | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148802 |
| virginia organizing project | virginia organizing project | NA | NA | NA | NA | NA | NA | virginia organizing project | NA | NA | virginia organizing project | virginia organizing project | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148389 |
| gulf coast credit | jeremy garza | NA | NA | NA | NA | NA | NA | emission reduction credit corporation gulf coast | NA | NA | emission reduction credit corporation gulf coast | emission reduction credit corporation gulf coast | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-149706 |
| council la raza | anonymous anonymous | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147075 |
| maryland consumer rights coalition | luke lindahlackerman | NA | NA | NA | NA | NA | NA | maryland consumer rights coalition | NA | NA | maryland consumer rights coalition | maryland consumer rights coalition | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-157963 |
| virginia organizing | virginia organizing | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154438 |
| virginia organizing project | virginia organizing project | NA | NA | NA | NA | NA | NA | virginia organizing project | NA | NA | virginia organizing project | virginia organizing project | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-148378 |
| wispirg foundation | cross plains wisconsin | NA | NA | NA | NA | NA | NA | wispirg foundation | NA | NA | wispirg foundation | wispirg foundation | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154451 |
| maryland consumer rights coalition | drusilla schmidtperkins | NA | NA | NA | NA | NA | NA | maryland consumer rights coalition | NA | NA | maryland consumer rights coalition | maryland consumer rights coalition | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156283 |
| suncoast credit | lisa johnson | NA | NA | NA | NA | NA | NA | suncoast credit | NA | NA | suncoast credit | suncoast credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154442 |
| council la raza | comentarios en espanol | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147128 |
| directions credit | jonathan pollock | NA | NA | NA | NA | NA | NA | directions credit | NA | NA | directions credit | directions credit | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-153948 |
| maryland consumer rights coalition | siena trehy | NA | NA | NA | NA | NA | NA | maryland consumer rights coalition | NA | NA | maryland consumer rights coalition | maryland consumer rights coalition | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-156270 |
| council la raza | florida residents | NA | NA | NA | NA | NA | NA | council la raza | NA | NA | council la raza | council la raza | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147279 |
| virginia organizing | nancy craft | NA | NA | NA | NA | NA | NA | virginia organizing | NA | NA | virginia organizing | virginia organizing | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-154392 |
| maryland consumer rights coalition | tristan quinnthibodeau | NA | NA | NA | NA | NA | NA | maryland consumer rights coalition | NA | NA | maryland consumer rights coalition | maryland consumer rights coalition | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-147305 |
# 4k
paste("OpenSecrets matches: ", sum(!is.na(d$OpenSecretsOrgs_name)) )## [1] "OpenSecrets matches: 4070"
d %>% filter(!is.na(OpenSecretsOrgs_name)) %>% select(ends_with("name"), comment_url) %>% kablebox()| comment_org_name | comment_submitter_name | CIK_name | CreditUnions_name | FDIC_Institutions_name | FFIECInstitutions_name | SEC_Institutions_name | compustat_resources_name | nonprofits_resources_name | opensecrets_resources_jwVersion_name | FDIC_Institutions-orgMatch:STNAME | org_name | NonProfitTax_name | OpenSecretsOrgs_name | comment_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| truliant credit | atticus simpson | NA | NA | NA | NA | NA | NA | NA | truliant credit | NA | truliant credit | NA | truliant credit | https://www.regulations.gov/document?D=CFPB-2019-0022-12103 |
| apex asset management | john kline | NA | NA | NA | NA | NA | NA | NA | apex asset management | NA | apex asset management | NA | apex asset management | https://www.regulations.gov/document?D=CFPB-2019-0022-9696 |
| libertarian party | stinky mcshploogooli | NA | NA | NA | NA | NA | NA | NA | libertarian party | NA | libertarian party | NA | libertarian party | https://www.regulations.gov/document?D=CFPB-2019-0021-0376 |
| keller williams realty | alice lebkuecher | NA | NA | NA | NA | NA | NA | NA | keller williams realty | NA | keller williams realty | NA | keller williams realty | https://www.regulations.gov/document?D=CFPB-2016-0038-1645 |
| keller williams realty | marcy bennett | NA | NA | NA | NA | NA | NA | NA | keller williams realty | NA | keller williams realty | NA | keller williams realty | https://www.regulations.gov/document?D=CFPB-2016-0038-1637 |
| realtors ebby halliday | meredith held | NA | NA | NA | NA | NA | NA | NA | ebby halliday realtors | NA | ebby halliday realtors | NA | ebby halliday realtors | https://www.regulations.gov/document?D=CFPB-2016-0038-1635 |
| colorado university | bill ritter jr | NA | NA | NA | NA | NA | NA | NA | colorado university | NA | colorado university | NA | colorado university | https://www.regulations.gov/document?D=CFPB-2016-0025-211869 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-211871 |
| florida house representatives | davie eagle | NA | NA | NA | NA | NA | NA | NA | florida house representatives | NA | florida house representatives | NA | florida house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-211880 |
| alaska usa credit | dan mccue | NA | NA | NA | NA | NA | NA | NA | alaska usa credit | NA | alaska usa credit | NA | alaska usa credit | https://www.regulations.gov/document?D=CFPB-2017-0018-0047 |
| california senate | bob wieckowski | NA | NA | NA | NA | NA | NA | NA | california senate | NA | california senate | NA | california senate | https://www.regulations.gov/document?D=CFPB-2016-0020-6452 |
| bethpage credit | wayne grosse | NA | NA | NA | NA | NA | NA | NA | bethpage credit | NA | bethpage credit | NA | bethpage credit | https://www.regulations.gov/document?D=CFPB-2016-0020-6450 |
| americans financial reform | lisa donner | NA | NA | NA | NA | NA | NA | NA | americans financial reform | NA | americans financial reform | NA | americans financial reform | https://www.regulations.gov/document?D=CFPB-2016-0025-208914 |
| mississippi house representatives | michael evans | NA | NA | NA | NA | NA | NA | NA | mississippi house representatives | NA | mississippi house representatives | NA | mississippi house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-208725 |
| florida senate | jack latvala | NA | NA | NA | NA | NA | NA | NA | florida senate | NA | florida senate | NA | florida senate | https://www.regulations.gov/document?D=CFPB-2016-0025-208728 |
| mississippi senate | willie simmons | NA | NA | NA | NA | NA | NA | NA | mississippi senate | NA | mississippi senate | NA | mississippi senate | https://www.regulations.gov/document?D=CFPB-2016-0025-208729 |
| mississippi house representatives | kathy sykes | NA | NA | NA | NA | NA | NA | NA | mississippi house representatives | NA | mississippi house representatives | NA | mississippi house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-208734 |
| wisconsin assembly | robin vos | NA | NA | NA | NA | NA | NA | NA | wisconsin assembly | NA | wisconsin assembly | NA | wisconsin assembly | https://www.regulations.gov/document?D=CFPB-2016-0025-208738 |
| mississippi senate | charles younger | NA | NA | NA | NA | NA | NA | NA | mississippi senate | NA | mississippi senate | NA | mississippi senate | https://www.regulations.gov/document?D=CFPB-2016-0025-208744 |
| south carolina house representatives | jr samuel rivers | NA | NA | NA | NA | NA | NA | NA | south carolina house representatives | NA | south carolina house representatives | NA | south carolina house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-208736 |
| south carolina house representatives | mike forrester | NA | NA | NA | NA | NA | NA | NA | south carolina house representatives | NA | south carolina house representatives | NA | south carolina house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-208733 |
| michigan house representatives | robert kosowski | NA | NA | NA | NA | NA | NA | NA | michigan house representatives | NA | michigan house representatives | NA | michigan house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-208743 |
| illinois general assembly | kimberly lightford | NA | NA | NA | NA | NA | NA | NA | illinois general assembly | NA | illinois general assembly | NA | illinois general assembly | https://www.regulations.gov/document?D=CFPB-2016-0025-208735 |
| house representatives south carolina | mike burns | NA | NA | NA | NA | NA | NA | NA | south carolina house representatives | NA | south carolina house representatives | NA | south carolina house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-208732 |
| georgia house representatives | bruce williamson | NA | NA | NA | NA | NA | NA | NA | georgia house representatives | NA | georgia house representatives | NA | georgia house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-208739 |
| house representatives south carolina | garry smith | NA | NA | NA | NA | NA | NA | NA | south carolina house representatives | NA | south carolina house representatives | NA | south carolina house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-208731 |
| south carolina house representatives | michael pitts | NA | NA | NA | NA | NA | NA | NA | south carolina house representatives | NA | south carolina house representatives | NA | south carolina house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-208745 |
| americans financial reform | andrew rogers | NA | NA | NA | NA | NA | NA | NA | americans financial reform | NA | americans financial reform | NA | americans financial reform | https://www.regulations.gov/document?D=CFPB-2016-0025-208912 |
| veritec solutions | thomas reinheimer | NA | NA | NA | NA | NA | NA | NA | veritec solutions | NA | veritec solutions | NA | veritec solutions | https://www.regulations.gov/document?D=CFPB-2016-0025-208911 |
| americans financial reform | andrew rogers | NA | NA | NA | NA | NA | NA | NA | americans financial reform | NA | americans financial reform | NA | americans financial reform | https://www.regulations.gov/document?D=CFPB-2016-0020-6391 |
| wolters kluwer financial services | jeanne erickson | NA | NA | NA | NA | NA | NA | NA | wolters kluwer financial services | NA | wolters kluwer financial services | NA | wolters kluwer financial services | https://www.regulations.gov/document?D=CFPB-2016-0038-1610 |
| alaska usa credit | christopher wilder | NA | NA | NA | NA | NA | NA | NA | alaska usa credit | NA | alaska usa credit | NA | alaska usa credit | https://www.regulations.gov/document?D=CFPB-2016-0039-0020 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144223 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144189 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144196 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144188 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144225 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144186 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144178 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144195 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144194 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144192 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144197 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144177 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144187 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144190 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144191 |
| amscot financial | kelly larsson | NA | NA | NA | NA | NA | NA | NA | amscot financial | NA | amscot financial | NA | amscot financial | https://www.regulations.gov/document?D=CFPB-2016-0025-144203 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144179 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144193 |
| amscot financial | richard holland | NA | NA | NA | NA | NA | NA | NA | amscot financial | NA | amscot financial | NA | amscot financial | https://www.regulations.gov/document?D=CFPB-2016-0025-144246 |
| oklahoma house representatives | scott biggs | NA | NA | NA | NA | NA | NA | NA | oklahoma house representatives | NA | oklahoma house representatives | NA | oklahoma house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144287 |
| oklahoma house representatives | scooter park | NA | NA | NA | NA | NA | NA | NA | oklahoma house representatives | NA | oklahoma house representatives | NA | oklahoma house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144292 |
| amscot financial | eric staples | NA | NA | NA | NA | NA | NA | NA | amscot financial | NA | amscot financial | NA | amscot financial | https://www.regulations.gov/document?D=CFPB-2016-0025-144307 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144304 |
| oklahoma house representatives | chad caldwell | NA | NA | NA | NA | NA | NA | NA | oklahoma house representatives | NA | oklahoma house representatives | NA | oklahoma house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144288 |
| amscot financial | kerala logis | NA | NA | NA | NA | NA | NA | NA | amscot financial | NA | amscot financial | NA | amscot financial | https://www.regulations.gov/document?D=CFPB-2016-0025-144308 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144305 |
| oklahoma house representatives | james leewright | NA | NA | NA | NA | NA | NA | NA | oklahoma house representatives | NA | oklahoma house representatives | NA | oklahoma house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144290 |
| amscot financial | ashleigh spala | NA | NA | NA | NA | NA | NA | NA | amscot financial | NA | amscot financial | NA | amscot financial | https://www.regulations.gov/document?D=CFPB-2016-0025-144309 |
| amscot financial | racquel jones | NA | NA | NA | NA | NA | NA | NA | amscot financial | NA | amscot financial | NA | amscot financial | https://www.regulations.gov/document?D=CFPB-2016-0025-144310 |
| amscot financial | tracy hall | NA | NA | NA | NA | NA | NA | NA | amscot financial | NA | amscot financial | NA | amscot financial | https://www.regulations.gov/document?D=CFPB-2016-0025-144311 |
| wisconsin assembly | tyler august | NA | NA | NA | NA | NA | NA | NA | wisconsin assembly | NA | wisconsin assembly | NA | wisconsin assembly | https://www.regulations.gov/document?D=CFPB-2016-0025-144295 |
| oklahoma house representatives | jon echols | NA | NA | NA | NA | NA | NA | NA | oklahoma house representatives | NA | oklahoma house representatives | NA | oklahoma house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144289 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144303 |
| oklahoma house representatives | pat ownbey | NA | NA | NA | NA | NA | NA | NA | oklahoma house representatives | NA | oklahoma house representatives | NA | oklahoma house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144291 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144253 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144302 |
| texas house representatives | jodie laubenberg | NA | NA | NA | NA | NA | NA | NA | texas house representatives | NA | texas house representatives | NA | texas house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144323 |
| oklahoma house representatives | justin wood | NA | NA | NA | NA | NA | NA | NA | oklahoma house representatives | NA | oklahoma house representatives | NA | oklahoma house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144338 |
| south carolina house representatives | garry smith | NA | NA | NA | NA | NA | NA | NA | south carolina house representatives | NA | south carolina house representatives | NA | south carolina house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144388 |
| maryland house delegates | dana stein | NA | NA | NA | NA | NA | NA | NA | maryland house delegates | NA | maryland house delegates | NA | maryland house delegates | https://www.regulations.gov/document?D=CFPB-2016-0025-144397 |
| mississippi senate | willie simmons | NA | NA | NA | NA | NA | NA | NA | mississippi senate | NA | mississippi senate | NA | mississippi senate | https://www.regulations.gov/document?D=CFPB-2016-0025-144389 |
| mississippi house representatives | joel bomgar | NA | NA | NA | NA | NA | NA | NA | mississippi house representatives | NA | mississippi house representatives | NA | mississippi house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144385 |
| mississippi house representatives | michael evans | NA | NA | NA | NA | NA | NA | NA | mississippi house representatives | NA | mississippi house representatives | NA | mississippi house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144390 |
| indiana house representatives | greg beumer | NA | NA | NA | NA | NA | NA | NA | indiana house representatives | NA | indiana house representatives | NA | indiana house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144395 |
| north carolina house representatives | larry hall | NA | NA | NA | NA | NA | NA | NA | north carolina house representatives | NA | north carolina house representatives | NA | north carolina house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144392 |
| wisconsin senate | stephen nass | NA | NA | NA | NA | NA | NA | NA | wisconsin senate | NA | wisconsin senate | NA | wisconsin senate | https://www.regulations.gov/document?D=CFPB-2016-0025-144394 |
| mississippi senate | terry burton | NA | NA | NA | NA | NA | NA | NA | mississippi senate | NA | mississippi senate | NA | mississippi senate | https://www.regulations.gov/document?D=CFPB-2016-0025-144396 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144687 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144686 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144734 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144713 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144690 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144685 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144733 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144747 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144727 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144710 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144730 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144722 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144694 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144732 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144715 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144698 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144739 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144749 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144711 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144740 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144708 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144693 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144760 |
| axcess financial | cynthia walker | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144612 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144723 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144706 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144718 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144691 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144763 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144726 |
| axcess financial | meredith fossett | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144602 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144709 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144753 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144729 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144721 |
| axcess financial | meredith fossett | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144607 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144705 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144735 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144714 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144697 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144738 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144748 |
| axcess financial | william douglas | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144598 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144728 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144689 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144695 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144741 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144716 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144699 |
| axcess financial | meredith fossett | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144600 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144750 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144761 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144724 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144707 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144692 |
| axcess financial | kristal jordan | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144610 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144759 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144754 |
| axcess financial | meredith fossett | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144608 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144736 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144696 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144742 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144717 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144762 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144700 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144725 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144755 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144751 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144737 |
| axcess financial | meredith fossett | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144601 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144743 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144701 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144752 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144720 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144703 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144744 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144704 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144745 |
| axcess financial | aaron neace | NA | NA | NA | NA | NA | NA | NA | axcess financial services | NA | axcess financial services | NA | axcess financial services | https://www.regulations.gov/document?D=CFPB-2016-0025-144746 |
| illinois senate | jacqueline collins | NA | NA | NA | NA | NA | NA | NA | illinois senate | NA | illinois senate | NA | illinois senate | https://www.regulations.gov/document?D=CFPB-2016-0025-144775 |
| mississippi house representatives | credell calhoun | NA | NA | NA | NA | NA | NA | NA | mississippi house representatives | NA | mississippi house representatives | NA | mississippi house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144772 |
| louisiana house representatives | steve pugh | NA | NA | NA | NA | NA | NA | NA | louisiana house representatives | NA | louisiana house representatives | NA | louisiana house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144779 |
| ohio house representatives | bill reineke | NA | NA | NA | NA | NA | NA | NA | ohio house representatives | NA | ohio house representatives | NA | ohio house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144807 |
| la supervisors | hilda solis | NA | NA | NA | NA | NA | NA | NA | la supervisors | NA | la supervisors | NA | la supervisors | https://www.regulations.gov/document?D=CFPB-2016-0025-144774 |
| south carolina house representatives | david mack iii | NA | NA | NA | NA | NA | NA | NA | south carolina house representatives | NA | south carolina house representatives | NA | south carolina house representatives | https://www.regulations.gov/document?D=CFPB-2016-0025-144773 |
| amscot financial | kristine chapman | NA | NA | NA | NA | NA | NA | NA | amscot financial | NA | amscot financial | NA | amscot financial | https://www.regulations.gov/document?D=CFPB-2016-0025-144873 |
| amscot financial | nikishea lane | NA | NA | NA | NA | NA | NA | NA | amscot financial | NA | amscot financial | NA | amscot financial | https://www.regulations.gov/document?D=CFPB-2016-0025-144885 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145161 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145237 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145097 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145287 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145117 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145180 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145028 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145299 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145138 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145198 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145284 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145073 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145078 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145062 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145016 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145050 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145257 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145023 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145092 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145115 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145012 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145301 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145201 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145027 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145114 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145070 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145207 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145260 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145093 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145143 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145005 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145187 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145298 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145285 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145263 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145242 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145007 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145212 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145302 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145124 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145280 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145233 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145219 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145017 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145178 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145276 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145042 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145006 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144989 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145058 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145292 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145262 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145199 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145200 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145254 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145278 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145083 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145018 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145208 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145192 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145283 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145183 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145248 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145096 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145003 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145019 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145279 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145030 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145286 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145004 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145063 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145291 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145054 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145244 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145228 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145011 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145026 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145127 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145175 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145255 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145101 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145177 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145035 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144991 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145214 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145215 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145059 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145002 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145271 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145151 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144997 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145205 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145253 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145107 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145252 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145226 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145275 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145223 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145300 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145066 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145084 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145294 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144996 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145272 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145085 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145232 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145259 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145216 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145236 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145270 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145171 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-144987 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145189 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145273 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145202 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145195 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145129 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145209 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145264 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145234 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145297 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145031 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145249 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145213 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145052 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145094 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145057 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145224 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145021 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145240 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145194 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145104 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145013 |
| cash express | anonymous anonymous | NA | NA | NA | NA | NA | NA | NA | cash express | NA | cash express | NA | cash express | https://www.regulations.gov/document?D=CFPB-2016-0025-145144 |
# 0
paste("SEC matches: ", sum(!is.na(d$SEC_Institutions_name)))## [1] "SEC matches: 0"
# d %>% filter(!is.na(SEC_Institutions_name)) %>% select(ends_with("name")) %>% kablebox()Example URLs
#Example urls
d %>% group_by(comment_agency) %>%
slice(1) %>%
select(comment_url) (FDIC data)
max <- org_count %>% filter(org_type == "FDIC") %>% pull(n) %>% max()
org_count %>%
filter(org_type == "FDIC") %>%
ggplot() +
aes(x = org_resources,
y = n) +
geom_point(alpha = .5) +
geom_smooth() +
labs(x = "Assets",
y = "Number of Comments") +
lims(y =c(0, max))+
scale_x_log10(breaks = breaks_log())
# by agency
max <- org_count_agency %>% filter(org_type == "FDIC") %>% pull(n) %>% max()
org_count_agency %>%
filter(org_type == "FDIC") %>%
ggplot() +
aes(x = org_resources,
y = n) +
geom_point(alpha = .5) +
geom_smooth() +
labs(x = "Assets",
y = "Number of Comments") +
lims(y =c(0, max)) +
facet_wrap("Agency") +
scale_x_log10(breaks = breaks_log())
load(here("data", "FDIC_resources.Rdata"))
# old match data
FDIC_resources %>%
#filter(assets > 100) %>%
mutate(Commented = ifelse(commented, "Commented", "Did not comment")) %>%
ggplot() +
aes(x = ASSET/1000, fill = Commented) +
geom_density(alpha = .5, color = NA) +
scale_x_log10() +
labs(title = "FDIC-Insured Banks",
fill = "", y = "", x = "Assets ($1,000s)")+
theme(panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank(),
axis.text.y = element_blank())
# new data
FDIC_resources %<>%
mutate(Commented = ifelse(
org_name %in% orgs$best_match_name,
"Commented",
"Did not comment"))
FDIC_resources%>%
ggplot() +
aes(x = ASSET/1000, fill = Commented) +
geom_density(alpha = .5, color = NA) +
scale_x_log10() +
labs(title = "FDIC-Insured Banks",
fill = "", y = "", x = "Assets ($1,000s)")+
theme(panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank(),
axis.text.y = element_blank())
states <- map_data("state")
FDIC_state_n <- FDIC_resources %>%
mutate(region = STNAME %>% str_to_lower()) %>%
group_by(region) %>%
summarise(n = n() )
states %>%
left_join(FDIC_state_n) %>%
ggplot() +
aes(long, lat, group = group, fill = n) +
geom_polygon(color = "white") +
labs(fill = "FDIC-Insured Banks") +
theme_void()
FDIC_state_n <- FDIC_resources %>%
mutate(region = STNAME %>% str_to_lower()) %>%
group_by(region) %>%
summarise(n = sum(Commented == "Commented"))
states %>%
left_join(FDIC_state_n) %>%
ggplot() +
aes(long, lat, group = group, fill = n) +
geom_polygon(color = "white") +
labs(fill = "FDIC-Insured Banks \nCommenting On\n Dodd-Frank Rules") +
theme_void()
load(here("data", "nonprofit_resources.Rdata"))
nonprofit_resources %>%
#filter(commented, assets > 100) %>%
ggplot() +
aes(x = assets, y = n) +
geom_point(alpha = .5) +
geom_smooth() +
labs(x = "Assets",
y = "Number of Comments") +
scale_x_log10()
nonprofit_resources %>%
filter(commented, assets > 100) %>%
ggplot() +
aes(x = revenue, y = n) +
geom_point(alpha = .5) +
geom_smooth() +
labs(x = "Revenue",
y = "Number of Comments") +
scale_x_log10()
load(here("data", "nonprofit_resources.Rdata"))
nonprofit_resources %>%
filter(assets > 10) %>%
mutate(Commented = ifelse(commented, "Commented", "Did not comment")) %>%
ggplot() +
aes(x = assets, fill = Commented) +
geom_density(alpha = .5, color = NA) +
scale_x_log10() +
labs(fill = "", x = "Assets")
nonprofit_resources %>%
#filter(assets > 100) %>%
mutate(Commented = ifelse(commented, "Commented", "Did not comment")) %>%
ggplot() +
aes(x = revenue, fill = Commented) +
geom_density(alpha = .5, color = NA) +
scale_x_log10() +
labs(fill = "", y = "", x = "Revenue")+
theme(panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank(),
axis.text.y = element_blank())
# CHARTS
# - who comments, who does not
# -
# TODO
# - biggest nonprofits by assets and revenue (e.eg. chamber )
# - compartaitve ratios at key levels
# - percent nonprofits
# - side by side histograms
# missing fed in matching, but could compare FDIC regulator to agency commented on
# - scholzman and verba, gilens and bartels
Same plots with new data (finreg_org_level_covariates_df_20210908.csv)
load(here("data", "nonprofit_resources.Rdata"))
nonprofit_resources %<>%
mutate(Commented = ifelse(
org_name %in% orgs$best_match_name,
"Commented",
"Did not comment"))
nonprofit_resources %>%
group_by(Commented) %>%
summarise(mean_assets = mean(assets, na.rm = T))## # A tibble: 2 × 2
## Commented mean_assets
## <chr> <dbl>
## 1 Commented 199619636.
## 2 Did not comment 7529267.
nonprofit_resources %>%
filter(assets > 10) %>%
ggplot() +
aes(x = assets/1000, fill = Commented) +
geom_density(alpha = .5, color = NA) +
scale_x_log10() +
labs(title = "Nonprofits",
fill = "", y = "", x = "Assets ($1,000s)")+
theme(panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank(),
axis.text.y = element_blank())
nonprofit_resources %>%
filter(assets > 10) %>%
ggplot() +
aes(x = assets/1000, fill = Commented) +
geom_histogram(alpha = .5, color = NA) +
scale_x_log10() +
labs(title = "Nonprofits",fill = "", x = "Assets ($1,000s)") +
facet_grid(Commented ~ ., scales = "free_y")+
theme(panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank())
nonprofit_resources %>%
filter(revenue > 10) %>%
mutate(Commented = ifelse(commented, "Commented", "Did not comment")) %>%
ggplot() +
aes(x = revenue/1000, fill = Commented) +
geom_histogram(alpha = .5, color = NA) +
scale_x_log10() +
labs(title = "Nonprofits",fill = "", x = "Revenue ($1,000s)")+
facet_grid(Commented ~ ., scales = "free_y")+
theme(panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank())
(OpenSecrets data)
opensecrets <- read_csv(here("data" , "merged_resources",
"opensecrets_resources_JwVersion.csv") )
opensecrets %<>%
mutate(org_name = orgName %>% str_to_lower(),
Commented = ifelse(
org_name %in% orgs$best_match_name,
"Commented",
"Did not comment"))
opensecrets %>%
group_by(Commented) %>%
summarise(mean_MeanContribAmount = mean(MeanContribAmount, na.rm = T),
mean_MeanContribAmountPerYearContributed = mean(MeanContribAmountPerYearContributed, na.rm = T),
MeanTotalContribAmount = mean(TotalContribAmount, na.rm = T))## # A tibble: 2 × 4
## Commented mean_MeanContribAmount mean_MeanContribAmou… MeanTotalContrib…
## <chr> <dbl> <dbl> <dbl>
## 1 Commented 86894. 1684948. 9931332.
## 2 Did not comment 80070. 1813959. 10596395.
opensecrets %>%
#filter(assets > 10) %>%
ggplot() +
aes(x = MeanContribAmount/1000, fill = Commented) +
geom_density(alpha = .5, color = NA) +
scale_x_log10() +
labs(fill = "",
y = "",
title = "Campaign Spending",
x = "Mean Contribution
($1,000s, 2010-2017)")+
theme(panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank(),
axis.text.y = element_blank())
opensecrets %>%
#filter(assets > 10) %>%
ggplot() +
aes(x = MeanContribAmountPerYearContributed/1000, fill = Commented) +
geom_density(alpha = .5, color = NA) +
scale_x_log10() +
labs(title = "Campaign Spending",
fill = "",
y = "",
x = "Mean Contribution\n($1,000s, 2010-2017)")+
theme(panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank(),
axis.text.y = element_blank())
opensecrets %>%
#filter(assets > 10) %>%
ggplot() +
aes(x = TotalContribAmount/1000, fill = Commented) +
geom_density(alpha = .5, color = NA) +
scale_x_log10() +
labs(fill = "",
title = "Campaign Spending",
y = "",
x = "Total Contributions\n($1,000s, 2010-2017)")+
theme(panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank(),
axis.text.y = element_blank())
(Computstat data)
compustat <- read_csv(here("data/merged_resources/compustat_resources.csv"))
compustat %<>%
mutate(org_name = conm %>% str_to_lower(),
Commented = ifelse(
org_name %in% orgs$best_match_name,
"Commented",
"Did not comment")) %>%
mutate(marketcap2 = ifelse(str_detect(marketcap, "k"),
marketcap %>% str_remove("k") %>% as.numeric() * 1000,
marketcap),
marketcap2 = ifelse(str_detect(marketcap, "M"),
marketcap %>% str_remove("M") %>% as.numeric() * 1000000,
marketcap2),
marketcap2 = ifelse(str_detect(marketcap, "B"),
marketcap %>% str_remove("B") %>% as.numeric() * 1000000000,
marketcap2),
marketcap2 = ifelse(str_detect(marketcap, "T"),
marketcap %>% str_remove("T") %>% as.numeric() * 1000000000000,
marketcap2),
marketcap2 = marketcap2 %>% str_remove(",") %>% as.numeric(marketcap2))
#compustat %>% filter(is.na(marketcap2), !is.na(marketcap)) %>% pull(marketcap)
compustat %>%
group_by(Commented) %>%
#mutate(mean = mean(marketcap2/1000, na.rm = T)) %>%
#filter(assets > 10) %>%
ggplot() +
aes(x = marketcap2/1000, fill = Commented) +
labs(fill = "",
y = "",
title = "Banks and Bank-like Entities",
x = "Market Capitalization\n($1,000s)") +
geom_density(alpha = .5, color = NA) +
scale_x_log10() +
#geom_vline(aes(xintercept = mean)) +
theme(panel.grid.major.y = element_blank(),
panel.grid.minor.y = element_blank(),
axis.text.y = element_blank())
nrow(d)## [1] 16731
d %<>% left_join(opensecrets) %>%
left_join(nonprofit_resources) %>%
left_join(compustat %>% select(-index))
d %<>% distinct()
nrow(d)## [1] 19066
d %<>% mutate(org_resources =
coalesce(org_resources,
MeanContribAmount,
assets,
marketcap2))
#d$org_resources
d %>% distinct(comment_url) %>% nrow()## [1] 16643
(more than one match per comment URL)
Orgs in multiple states are one problem:
# duplicates
d %>%
add_count(comment_url, name = "n_per_url") %>%
ungroup() %>%
filter(n_per_url > 1) %>% distinct() %>%
arrange(comment_url) %>%
kablebox()| docket_id | comment_agency | comment_org_name | comment_submitter_name | comment_url | CIK_name | CreditUnions_name | FDIC_Institutions_name | FFIECInstitutions_name | SEC_Institutions_name | compustat_resources_name | nonprofits_resources_name | opensecrets_resources_jwVersion_name | match_in_sample | is_likely_org | FDIC_Institutions-orgMatch:ASSET | FDIC_Institutions-orgMatch:STNAME | matches | org_name | org_type | org_resources | NonProfitTax_name | OpenSecretsOrgs_name | org_comment | Agency | Org_type | payday | index | orgName | parentName | parentID | angelowhatisthisvariable | MeanContribAmount | TotalContribAmount | NYearsContribute | MeanContribAmountPerYearContributed | MeanContribYear | Commented | state | sub_name | subseccd | assets | revenue | commented | n | gvkey | conm | tic | cusip | cik | sic | naics | year1 | year2 | marketcap | marketcap2 | n_per_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CFTC-2010-0154 | CFTC | american petroleum institute | janice rayburn | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=26872 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0154 | CFTC | american petroleum institute | janice rayburn | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=26872 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0154 | CFTC | american petroleum institute | janice rayburn | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=26872 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0013 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=33773 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0013 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=33773 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0013 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=33773 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0196 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44649 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0196 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44649 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0196 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44649 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0178 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44650 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0178 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44650 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0178 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44650 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0058 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44655 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0058 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44655 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0058 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44655 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0049 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=47760 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0049 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=47760 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0049 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=47760 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0070 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=48071 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0070 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=48071 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0070 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=48071 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57394 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | CT | YALE UNIVERSITY | 3 | 27801734697 | 3488705694 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57394 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | CT | YALE UNIVERSITY | 3 | 4858646 | 2196781 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57397 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | CT | YALE UNIVERSITY | 3 | 27801734697 | 3488705694 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57397 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | CT | YALE UNIVERSITY | 3 | 4858646 | 2196781 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57398 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | CT | YALE UNIVERSITY | 3 | 27801734697 | 3488705694 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57398 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | CT | YALE UNIVERSITY | 3 | 4858646 | 2196781 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57399 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | CT | YALE UNIVERSITY | 3 | 27801734697 | 3488705694 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57399 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | CT | YALE UNIVERSITY | 3 | 4858646 | 2196781 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0102 | CFTC | american petroleum institute | shane skelton | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=58868 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0102 | CFTC | american petroleum institute | shane skelton | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=58868 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0102 | CFTC | american petroleum institute | shane skelton | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=58868 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59694 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59694 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59694 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59944 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59944 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59944 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=60939 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=60939 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=60939 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2016-0109 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=61116 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | DC | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2016-0109 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=61116 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2016-0109 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=61116 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | TX | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CT | APPRAISAL INSTITUTE | 6 | 118008 | 126407 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 100765 | 306067 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 270487 | 204391 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 140961 | 284715 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | PA | APPRAISAL INSTITUTE | 6 | 69008 | 135519 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | GA | APPRAISAL INSTITUTE | 6 | 318587 | 469087 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 4676 | 23180 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TN | APPRAISAL INSTITUTE | 6 | 56575 | 60271 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 127010 | 155754 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 57813 | 24819 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 336048 | 361437 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | 59789 | 66138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 41263 | 54886 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IL | APPRAISAL INSTITUTE | 6 | 621171 | 974954 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MN | APPRAISAL INSTITUTE | 6 | 134932 | 294827 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MN | APPRAISAL INSTITUTE | 6 | 138896 | 319680 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MO | APPRAISAL INSTITUTE | 6 | 40855 | 47507 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | KS | APPRAISAL INSTITUTE | 6 | 60747 | 11571 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MD | APPRAISAL INSTITUTE | 6 | 96774 | 75553 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MS | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | GA | APPRAISAL INSTITUTE | 6 | 87059 | 95392 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | KY | APPRAISAL INSTITUTE | 6 | 57722 | 262565 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | 112097 | 308607 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 50812 | 42453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 22069 | 47040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MA | APPRAISAL INSTITUTE | 6 | 91654 | 175325 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WI | APPRAISAL INSTITUTE | 6 | 66888 | 78453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CO | APPRAISAL INSTITUTE | 6 | 47947 | 52079 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | VA | APPRAISAL INSTITUTE | 6 | 57157 | 91119 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AR | APPRAISAL INSTITUTE | 6 | 36004 | 30644 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 4 | 200654 | 282692 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | SC | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 28289 | 76943 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CO | APPRAISAL INSTITUTE | 6 | 157877 | 285685 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NV | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NV | APPRAISAL INSTITUTE | 6 | 23976 | 80188 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AZ | APPRAISAL INSTITUTE | 6 | 180329 | 134249 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | UT | APPRAISAL INSTITUTE | 6 | 132973 | 146803 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 104554 | 85280 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 283281 | 299859 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | Indiana | APPRAISAL INSTITUTE | 6 | 117005 | 251621 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IA | APPRAISAL INSTITUTE | 6 | 77757 | 37384 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MD | APPRAISAL INSTITUTE | 6 | 180477 | 148228 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NE | APPRAISAL INSTITUTE | 6 | 17061 | 35814 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | VA | APPRAISAL INSTITUTE | 6 | 79812 | 56003 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NC | APPRAISAL INSTITUTE | 6 | 164797 | 297805 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TN | APPRAISAL INSTITUTE | 6 | 213000 | 210339 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AZ | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 393595 | 469138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | Oregon | APPRAISAL INSTITUTE | 6 | 166169 | 168635 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | HI | APPRAISAL INSTITUTE | 6 | 76586 | 100549 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IL | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NH | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | PA | APPRAISAL INSTITUTE | 6 | 24395 | 40040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CT | APPRAISAL INSTITUTE | 6 | 57583 | 65717 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NC | APPRAISAL INSTITUTE | 6 | 82648 | 118531 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MI | APPRAISAL INSTITUTE | 6 | 121534 | 172371 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 118259 | 165723 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AL | APPRAISAL INSTITUTE | 6 | 52253 | 120248 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 185040 | 119546 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 70183 | 80666 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 39595 | 40700 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | ID | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | LA | APPRAISAL INSTITUTE | 6 | 70207 | 91600 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | OK | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | SD | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 490509 | 531061 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CT | APPRAISAL INSTITUTE | 6 | 118008 | 126407 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 100765 | 306067 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 270487 | 204391 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 140961 | 284715 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | PA | APPRAISAL INSTITUTE | 6 | 69008 | 135519 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | GA | APPRAISAL INSTITUTE | 6 | 318587 | 469087 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 4676 | 23180 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TN | APPRAISAL INSTITUTE | 6 | 56575 | 60271 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 127010 | 155754 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 57813 | 24819 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 336048 | 361437 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | 59789 | 66138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 41263 | 54886 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IL | APPRAISAL INSTITUTE | 6 | 621171 | 974954 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MN | APPRAISAL INSTITUTE | 6 | 134932 | 294827 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MN | APPRAISAL INSTITUTE | 6 | 138896 | 319680 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MO | APPRAISAL INSTITUTE | 6 | 40855 | 47507 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | KS | APPRAISAL INSTITUTE | 6 | 60747 | 11571 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MD | APPRAISAL INSTITUTE | 6 | 96774 | 75553 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MS | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | GA | APPRAISAL INSTITUTE | 6 | 87059 | 95392 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | KY | APPRAISAL INSTITUTE | 6 | 57722 | 262565 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | 112097 | 308607 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 50812 | 42453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 22069 | 47040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MA | APPRAISAL INSTITUTE | 6 | 91654 | 175325 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WI | APPRAISAL INSTITUTE | 6 | 66888 | 78453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CO | APPRAISAL INSTITUTE | 6 | 47947 | 52079 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | VA | APPRAISAL INSTITUTE | 6 | 57157 | 91119 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AR | APPRAISAL INSTITUTE | 6 | 36004 | 30644 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 4 | 200654 | 282692 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | SC | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 28289 | 76943 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CO | APPRAISAL INSTITUTE | 6 | 157877 | 285685 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NV | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NV | APPRAISAL INSTITUTE | 6 | 23976 | 80188 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AZ | APPRAISAL INSTITUTE | 6 | 180329 | 134249 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | UT | APPRAISAL INSTITUTE | 6 | 132973 | 146803 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 104554 | 85280 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 283281 | 299859 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | Indiana | APPRAISAL INSTITUTE | 6 | 117005 | 251621 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IA | APPRAISAL INSTITUTE | 6 | 77757 | 37384 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MD | APPRAISAL INSTITUTE | 6 | 180477 | 148228 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NE | APPRAISAL INSTITUTE | 6 | 17061 | 35814 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | VA | APPRAISAL INSTITUTE | 6 | 79812 | 56003 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NC | APPRAISAL INSTITUTE | 6 | 164797 | 297805 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TN | APPRAISAL INSTITUTE | 6 | 213000 | 210339 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AZ | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 393595 | 469138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | Oregon | APPRAISAL INSTITUTE | 6 | 166169 | 168635 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | HI | APPRAISAL INSTITUTE | 6 | 76586 | 100549 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IL | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NH | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | PA | APPRAISAL INSTITUTE | 6 | 24395 | 40040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CT | APPRAISAL INSTITUTE | 6 | 57583 | 65717 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NC | APPRAISAL INSTITUTE | 6 | 82648 | 118531 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MI | APPRAISAL INSTITUTE | 6 | 121534 | 172371 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 118259 | 165723 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AL | APPRAISAL INSTITUTE | 6 | 52253 | 120248 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 185040 | 119546 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 70183 | 80666 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 39595 | 40700 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | ID | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | LA | APPRAISAL INSTITUTE | 6 | 70207 | 91600 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | OK | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | SD | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 490509 | 531061 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CT | APPRAISAL INSTITUTE | 6 | 118008 | 126407 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 100765 | 306067 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 270487 | 204391 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 140961 | 284715 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | PA | APPRAISAL INSTITUTE | 6 | 69008 | 135519 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | GA | APPRAISAL INSTITUTE | 6 | 318587 | 469087 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 4676 | 23180 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TN | APPRAISAL INSTITUTE | 6 | 56575 | 60271 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 127010 | 155754 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 57813 | 24819 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 336048 | 361437 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | 59789 | 66138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 41263 | 54886 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IL | APPRAISAL INSTITUTE | 6 | 621171 | 974954 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MN | APPRAISAL INSTITUTE | 6 | 134932 | 294827 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MN | APPRAISAL INSTITUTE | 6 | 138896 | 319680 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MO | APPRAISAL INSTITUTE | 6 | 40855 | 47507 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | KS | APPRAISAL INSTITUTE | 6 | 60747 | 11571 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MD | APPRAISAL INSTITUTE | 6 | 96774 | 75553 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MS | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | GA | APPRAISAL INSTITUTE | 6 | 87059 | 95392 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | KY | APPRAISAL INSTITUTE | 6 | 57722 | 262565 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | 112097 | 308607 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 50812 | 42453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 22069 | 47040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MA | APPRAISAL INSTITUTE | 6 | 91654 | 175325 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WI | APPRAISAL INSTITUTE | 6 | 66888 | 78453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CO | APPRAISAL INSTITUTE | 6 | 47947 | 52079 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | VA | APPRAISAL INSTITUTE | 6 | 57157 | 91119 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AR | APPRAISAL INSTITUTE | 6 | 36004 | 30644 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 4 | 200654 | 282692 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | SC | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 28289 | 76943 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CO | APPRAISAL INSTITUTE | 6 | 157877 | 285685 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NV | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NV | APPRAISAL INSTITUTE | 6 | 23976 | 80188 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AZ | APPRAISAL INSTITUTE | 6 | 180329 | 134249 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | UT | APPRAISAL INSTITUTE | 6 | 132973 | 146803 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 104554 | 85280 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 283281 | 299859 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | Indiana | APPRAISAL INSTITUTE | 6 | 117005 | 251621 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IA | APPRAISAL INSTITUTE | 6 | 77757 | 37384 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MD | APPRAISAL INSTITUTE | 6 | 180477 | 148228 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NE | APPRAISAL INSTITUTE | 6 | 17061 | 35814 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | VA | APPRAISAL INSTITUTE | 6 | 79812 | 56003 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NC | APPRAISAL INSTITUTE | 6 | 164797 | 297805 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TN | APPRAISAL INSTITUTE | 6 | 213000 | 210339 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AZ | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 393595 | 469138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | Oregon | APPRAISAL INSTITUTE | 6 | 166169 | 168635 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | HI | APPRAISAL INSTITUTE | 6 | 76586 | 100549 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IL | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NH | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | PA | APPRAISAL INSTITUTE | 6 | 24395 | 40040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CT | APPRAISAL INSTITUTE | 6 | 57583 | 65717 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NC | APPRAISAL INSTITUTE | 6 | 82648 | 118531 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MI | APPRAISAL INSTITUTE | 6 | 121534 | 172371 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 118259 | 165723 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AL | APPRAISAL INSTITUTE | 6 | 52253 | 120248 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 185040 | 119546 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 70183 | 80666 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 39595 | 40700 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | ID | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | LA | APPRAISAL INSTITUTE | 6 | 70207 | 91600 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | OK | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | SD | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 490509 | 531061 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CT | APPRAISAL INSTITUTE | 6 | 118008 | 126407 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 100765 | 306067 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 270487 | 204391 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 140961 | 284715 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | PA | APPRAISAL INSTITUTE | 6 | 69008 | 135519 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | GA | APPRAISAL INSTITUTE | 6 | 318587 | 469087 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 6 | 4676 | 23180 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TN | APPRAISAL INSTITUTE | 6 | 56575 | 60271 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CA | APPRAISAL INSTITUTE | 6 | 127010 | 155754 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 57813 | 24819 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 336048 | 361437 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | 59789 | 66138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 41263 | 54886 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IL | APPRAISAL INSTITUTE | 6 | 621171 | 974954 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MN | APPRAISAL INSTITUTE | 6 | 134932 | 294827 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MN | APPRAISAL INSTITUTE | 6 | 138896 | 319680 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MO | APPRAISAL INSTITUTE | 6 | 40855 | 47507 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | KS | APPRAISAL INSTITUTE | 6 | 60747 | 11571 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MD | APPRAISAL INSTITUTE | 6 | 96774 | 75553 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MS | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | GA | APPRAISAL INSTITUTE | 6 | 87059 | 95392 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | KY | APPRAISAL INSTITUTE | 6 | 57722 | 262565 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WA | APPRAISAL INSTITUTE | 6 | 112097 | 308607 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NY | APPRAISAL INSTITUTE | 6 | 50812 | 42453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 22069 | 47040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MA | APPRAISAL INSTITUTE | 6 | 91654 | 175325 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | WI | APPRAISAL INSTITUTE | 6 | 66888 | 78453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CO | APPRAISAL INSTITUTE | 6 | 47947 | 52079 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | VA | APPRAISAL INSTITUTE | 6 | 57157 | 91119 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AR | APPRAISAL INSTITUTE | 6 | 36004 | 30644 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | FL | APPRAISAL INSTITUTE | 4 | 200654 | 282692 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | SC | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | TX | APPRAISAL INSTITUTE | 6 | 28289 | 76943 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | CO | APPRAISAL INSTITUTE | 6 | 157877 | 285685 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NV | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NV | APPRAISAL INSTITUTE | 6 | 23976 | 80188 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | AZ | APPRAISAL INSTITUTE | 6 | 180329 | 134249 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | UT | APPRAISAL INSTITUTE | 6 | 132973 | 146803 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 104554 | 85280 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NJ | APPRAISAL INSTITUTE | 6 | 283281 | 299859 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | Indiana | APPRAISAL INSTITUTE | 6 | 117005 | 251621 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | IA | APPRAISAL INSTITUTE | 6 | 77757 | 37384 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | MD | APPRAISAL INSTITUTE | 6 | 180477 | 148228 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | NE | APPRAISAL INSTITUTE | 6 | 17061 | 35814 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | VA | APPRAISAL INSTITUTE | 6 | 79812 | 56003 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
But we still have almost as many duplicates when we drop state, partially because assets vary for the same “org” registered in different states:
# duplicates after removing state
d %>%
select(-state) %>%
add_count(comment_url, name = "n_per_url") %>%
ungroup() %>%
filter(n_per_url > 1) %>% distinct() %>%
arrange(comment_url) %>%
kablebox()| docket_id | comment_agency | comment_org_name | comment_submitter_name | comment_url | CIK_name | CreditUnions_name | FDIC_Institutions_name | FFIECInstitutions_name | SEC_Institutions_name | compustat_resources_name | nonprofits_resources_name | opensecrets_resources_jwVersion_name | match_in_sample | is_likely_org | FDIC_Institutions-orgMatch:ASSET | FDIC_Institutions-orgMatch:STNAME | matches | org_name | org_type | org_resources | NonProfitTax_name | OpenSecretsOrgs_name | org_comment | Agency | Org_type | payday | index | orgName | parentName | parentID | angelowhatisthisvariable | MeanContribAmount | TotalContribAmount | NYearsContribute | MeanContribAmountPerYearContributed | MeanContribYear | Commented | sub_name | subseccd | assets | revenue | commented | n | gvkey | conm | tic | cusip | cik | sic | naics | year1 | year2 | marketcap | marketcap2 | n_per_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CFTC-2010-0154 | CFTC | american petroleum institute | janice rayburn | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=26872 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0154 | CFTC | american petroleum institute | janice rayburn | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=26872 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0154 | CFTC | american petroleum institute | janice rayburn | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=26872 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0013 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=33773 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0013 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=33773 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0013 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=33773 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0196 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44649 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0196 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44649 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0196 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44649 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0178 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44650 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0178 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44650 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2010-0178 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44650 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0058 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44655 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0058 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44655 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0058 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=44655 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0049 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=47760 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0049 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=47760 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0049 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=47760 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0070 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=48071 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0070 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=48071 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2011-0070 | CFTC | american petroleum institute | brian knapp | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=48071 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57394 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | YALE UNIVERSITY | 3 | 27801734697 | 3488705694 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57394 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | YALE UNIVERSITY | 3 | 4858646 | 2196781 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57397 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | YALE UNIVERSITY | 3 | 27801734697 | 3488705694 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57397 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | YALE UNIVERSITY | 3 | 4858646 | 2196781 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57398 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | YALE UNIVERSITY | 3 | 27801734697 | 3488705694 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57398 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | YALE UNIVERSITY | 3 | 4858646 | 2196781 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57399 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | YALE UNIVERSITY | 3 | 27801734697 | 3488705694 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0019 | CFTC | yale university | stephen roach | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=57399 | yale university | NA | NA | NA | NA | NA | NA | NA | TRUE | 1 | NA | NA | yale university-CIK; | yale university | CIK | 128869.57 | NA | NA | Likely Org | CFTC | Filed with SEC (CIK Data) | Other Rules | 18299 | Yale University | Yale University | D000022331 | 18769 | 128869.57 | 2964000 | 6 | 494000.0 | 2015.217 | Did not comment | YALE UNIVERSITY | 3 | 4858646 | 2196781 | TRUE | 5 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 2 |
| CFTC-2012-0102 | CFTC | american petroleum institute | shane skelton | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=58868 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0102 | CFTC | american petroleum institute | shane skelton | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=58868 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2012-0102 | CFTC | american petroleum institute | shane skelton | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=58868 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59694 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59694 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59694 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59944 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59944 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=59944 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=60939 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=60939 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2013-0107 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=60939 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2016-0109 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=61116 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 128273933 | 215763439 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2016-0109 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=61116 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 15368 | 211534 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| CFTC-2016-0109 | CFTC | american petroleum institute | stephen comstock | https://comments.cftc.gov/PublicComments/ViewComment.aspx?id=61116 | NA | NA | NA | NA | NA | NA | american petroleum institute | NA | TRUE | 1 | NA | NA | american petroleum institute-Nonprofit; | american petroleum institute | Nonprofit | 306857.95 | american petroleum institute | NA | Likely Org | CFTC | Nonprofit (IRS Data) | Other Rules | 880 | American Petroleum Institute | American Petroleum Institute | D000031493 | 1235 | 306857.95 | 54007000 | 6 | 9001166.7 | 2015.102 | Commented | AMERICAN PETROLEUM INSTITUTE | 6 | 94288 | 77324 | TRUE | 19 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 3 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 118008 | 126407 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 100765 | 306067 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 270487 | 204391 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 140961 | 284715 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 69008 | 135519 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 318587 | 469087 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 4676 | 23180 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 56575 | 60271 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 127010 | 155754 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57813 | 24819 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 336048 | 361437 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 59789 | 66138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 41263 | 54886 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 621171 | 974954 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 134932 | 294827 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 138896 | 319680 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 40855 | 47507 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 60747 | 11571 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 96774 | 75553 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 87059 | 95392 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57722 | 262565 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 112097 | 308607 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 50812 | 42453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 22069 | 47040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 91654 | 175325 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 66888 | 78453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 47947 | 52079 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57157 | 91119 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 36004 | 30644 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 4 | 200654 | 282692 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 28289 | 76943 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 157877 | 285685 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 23976 | 80188 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 180329 | 134249 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 132973 | 146803 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 104554 | 85280 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 283281 | 299859 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 117005 | 251621 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 77757 | 37384 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 180477 | 148228 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 17061 | 35814 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 79812 | 56003 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 164797 | 297805 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 213000 | 210339 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 393595 | 469138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 166169 | 168635 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 76586 | 100549 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 24395 | 40040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57583 | 65717 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 82648 | 118531 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 121534 | 172371 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 118259 | 165723 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 52253 | 120248 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 185040 | 119546 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 70183 | 80666 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 39595 | 40700 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 70207 | 91600 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | edward c gray | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56509_565159888596_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 490509 | 531061 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 118008 | 126407 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 100765 | 306067 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 270487 | 204391 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 140961 | 284715 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 69008 | 135519 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 318587 | 469087 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 4676 | 23180 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 56575 | 60271 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 127010 | 155754 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57813 | 24819 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 336048 | 361437 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 59789 | 66138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 41263 | 54886 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 621171 | 974954 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 134932 | 294827 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 138896 | 319680 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 40855 | 47507 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 60747 | 11571 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 96774 | 75553 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 87059 | 95392 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57722 | 262565 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 112097 | 308607 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 50812 | 42453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 22069 | 47040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 91654 | 175325 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 66888 | 78453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 47947 | 52079 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57157 | 91119 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 36004 | 30644 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 4 | 200654 | 282692 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 28289 | 76943 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 157877 | 285685 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 23976 | 80188 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 180329 | 134249 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 132973 | 146803 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 104554 | 85280 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 283281 | 299859 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 117005 | 251621 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 77757 | 37384 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 180477 | 148228 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 17061 | 35814 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 79812 | 56003 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 164797 | 297805 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 213000 | 210339 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 393595 | 469138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 166169 | 168635 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 76586 | 100549 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 24395 | 40040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57583 | 65717 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 82648 | 118531 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 121534 | 172371 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 118259 | 165723 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 52253 | 120248 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 185040 | 119546 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 70183 | 80666 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 39595 | 40700 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 70207 | 91600 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | leo s swoyer | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56520_565160513600_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 490509 | 531061 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 118008 | 126407 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 100765 | 306067 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 270487 | 204391 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 140961 | 284715 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 69008 | 135519 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 318587 | 469087 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 4676 | 23180 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 56575 | 60271 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 127010 | 155754 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57813 | 24819 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 336048 | 361437 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 59789 | 66138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 41263 | 54886 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 621171 | 974954 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 134932 | 294827 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 138896 | 319680 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 40855 | 47507 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 60747 | 11571 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 96774 | 75553 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 87059 | 95392 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57722 | 262565 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 112097 | 308607 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 50812 | 42453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 22069 | 47040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 91654 | 175325 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 66888 | 78453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 47947 | 52079 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57157 | 91119 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 36004 | 30644 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 4 | 200654 | 282692 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 28289 | 76943 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 157877 | 285685 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 23976 | 80188 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 180329 | 134249 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 132973 | 146803 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 104554 | 85280 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 283281 | 299859 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 117005 | 251621 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 77757 | 37384 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 180477 | 148228 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 17061 | 35814 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 79812 | 56003 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 164797 | 297805 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 213000 | 210339 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 393595 | 469138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 166169 | 168635 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 76586 | 100549 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 24395 | 40040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57583 | 65717 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 82648 | 118531 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 121534 | 172371 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 118259 | 165723 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 52253 | 120248 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 185040 | 119546 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 70183 | 80666 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 39595 | 40700 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 70207 | 91600 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | bill webster | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121310_56528_565162232361_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 490509 | 531061 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 118008 | 126407 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 100765 | 306067 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 270487 | 204391 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 140961 | 284715 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 69008 | 135519 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 318587 | 469087 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 4676 | 23180 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 56575 | 60271 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 127010 | 155754 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57813 | 24819 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 336048 | 361437 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 59789 | 66138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 41263 | 54886 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 621171 | 974954 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 134932 | 294827 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 138896 | 319680 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 40855 | 47507 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 60747 | 11571 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 96774 | 75553 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 87059 | 95392 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57722 | 262565 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 112097 | 308607 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 50812 | 42453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 22069 | 47040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 91654 | 175325 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 66888 | 78453 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 47947 | 52079 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57157 | 91119 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 36004 | 30644 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 4 | 200654 | 282692 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 28289 | 76943 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 157877 | 285685 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 23976 | 80188 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 180329 | 134249 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 132973 | 146803 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 104554 | 85280 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 283281 | 299859 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 117005 | 251621 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 77757 | 37384 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 180477 | 148228 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 17061 | 35814 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 79812 | 56003 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 164797 | 297805 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 213000 | 210339 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 393595 | 469138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 166169 | 168635 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 76586 | 100549 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 24395 | 40040 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57583 | 65717 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 82648 | 118531 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 121534 | 172371 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 118259 | 165723 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 52253 | 120248 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 185040 | 119546 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 70183 | 80666 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 39595 | 40700 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 70207 | 91600 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | louis retort | https://www.federalreserve.gov/SECRS/2010/December/20101220/R-1394/R-1394_121410_56618_590475513984_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 490509 | 531061 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 118008 | 126407 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 100765 | 306067 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 270487 | 204391 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 140961 | 284715 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 69008 | 135519 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 318587 | 469087 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 4676 | 23180 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 56575 | 60271 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 127010 | 155754 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 57813 | 24819 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 336048 | 361437 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 59789 | 66138 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 41263 | 54886 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 621171 | 974954 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 134932 | 294827 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 138896 | 319680 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 40855 | 47507 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 60747 | 11571 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | 96774 | 75553 | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
| R-1394_V1 | FRS | appraisal institute | appraisal institute | https://www.federalreserve.gov/SECRS/2010/December/20101221/R-1394/R-1394_121410_56626_590477388996_1.pdf | NA | NA | NA | NA | NA | NA | appraisal institute | NA | TRUE | 1 | NA | NA | appraisal institute-Nonprofit; | appraisal institute | Nonprofit | 30930.23 | appraisal institute | NA | Likely Org | FRS | Nonprofit (IRS Data) | Other Rules | 1158 | Appraisal Institute | Appraisal Institute | D000024101 | 1612 | 30930.23 | 1330000 | 6 | 221666.7 | 2015.163 | Commented | APPRAISAL INSTITUTE | 6 | NA | NA | TRUE | 6 | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | NA | 70 |
is_not_na <- . %>% is.na() %>% isFALSE()
t <- d_rin_lookup %>%
ungroup() %>%
full_join(d %>% select(docket_id, comment_url, ends_with("_name"))) %>%
ungroup() %>%
# add_count(docket_id) %>%
group_by(comment_url) %>%
mutate(across(ends_with("name"), is_not_na)) %>%
mutate(asset_data_name = sum( CIK_name, CreditUnions_name, FDIC_Institutions_name, FFIECInstitutions_name, SEC_Institutions_name, compustat_resources_name, nonprofits_resources_name) > 0#,
#unique_orgs_name = org_name %>% unique() %>% length()
) %>%
select(docket_id, comment_count, comments_matched, lowest.sorted.rin.of.related.rins,related.rins,
comment_url, ends_with("_name")) %>%
distinct() %>%
group_by(docket_id, comment_count, comments_matched, lowest.sorted.rin.of.related.rins,related.rins) %>%
# tally up matches
summarise(across(ends_with("name"), sum)) %>%
# select vars for table
select(docket_id, lowest.sorted.rin.of.related.rins,related.rins, comment_count, comments_matched, asset_data_name,
#unique_orgs_name,
nonprofits_resources_name,
CIK_name, CreditUnions_name, FDIC_Institutions_name, FFIECInstitutions_name, SEC_Institutions_name, compustat_resources_name) %>%
ungroup() %>%
distinct() %>%
arrange(-asset_data_name)
names(t) %<>% str_remove("_name") %>% str_remove("_resources")
t %>%
#filter(asset_data > 0) %>%
kablebox()| docket_id | lowest.sorted.rin.of.related.rins | related.rins | comment_count | comments_matched | asset_data | nonprofits | CIK | CreditUnions | FDIC_Institutions | FFIECInstitutions | SEC_Institutions | compustat |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CFPB-2016-0025 | 3170-AA40 | 3170-AA40 | 211997 | 6335 | 3547 | 1092 | 194 | 2140 | 121 | 0 | 0 | 0 |
| CFPB-2012-0028 | 3170-AA19 | 3170-AA19 | 3000 | 779 | 683 | 234 | 354 | 17 | 78 | 0 | 0 | 0 |
| CFTC-2011-0013 | NA | NA | NA | 459 | 403 | 305 | 89 | 1 | 8 | 0 | 0 | 0 |
| CFPB-2013-0002 | 3170-AA34 | 3170-AA34 | 940 | 354 | 341 | 88 | 185 | 3 | 65 | 0 | 0 | 0 |
| S7-45-10 | NA | NA | 897 | 351 | 301 | 196 | 63 | 3 | 39 | 0 | 0 | 0 |
| CFPB-2012-0037 | 3170-AA13 | 3170-AA13 | 714 | 263 | 255 | 83 | 156 | 3 | 13 | 0 | 0 | 0 |
| S7-14-11 | NA | NA | 486 | 272 | 216 | 128 | 77 | 0 | 11 | 0 | 0 | 0 |
| CFPB-2014-0019 | 3170-AA10 | 3170-AA10 | 419 | 167 | 159 | 77 | 28 | 5 | 49 | 0 | 0 | 0 |
| CFPB-2011-0008 | 3170-AA17 | 3170-AA17, 7100-AD75 | 1999 | 153 | 144 | 83 | 46 | 0 | 15 | 0 | 0 | 0 |
| R-1432 | 1557-AD44 | 1557-AD44, 3064-AD85, 7100-AD82 | 516 | 175 | 137 | 55 | 73 | 0 | 9 | 0 | 0 | 0 |
| S7-41-11 | NA | NA | 527 | 180 | 131 | 47 | 73 | 1 | 10 | 0 | 0 | 0 |
| CFTC-2013-0107 | NA | NA | NA | 162 | 126 | 80 | 42 | 0 | 4 | 0 | 0 | 0 |
| CFPB-2013-0018 | 3170-AA37 | 3170-AA37 | 287 | 131 | 124 | 69 | 40 | 4 | 11 | 0 | 0 | 0 |
| R-1417_V1 | 3170-AA17 | 3170-AA17, 7100-AD75 | 891 | 123 | 118 | 57 | 49 | 0 | 12 | 0 | 0 | 0 |
| CFPB-2019-0022 | NA | NA | NA | 111 | 108 | 86 | 17 | 1 | 4 | 0 | 0 | 0 |
| CFPB-2012-0029 | 3170-AA12 | 3170-AA12 | 253 | 106 | 101 | 47 | 31 | 2 | 21 | 0 | 0 | 0 |
| CFTC-2012-0058 | NA | NA | NA | 116 | 95 | 35 | 43 | 0 | 17 | 0 | 0 | 0 |
| CFPB-2019-0021 | NA | NA | NA | 94 | 93 | 31 | 5 | 1 | 56 | 0 | 0 | 0 |
| CFPB-2016-0020 | 3170-AA51 | 3170-AA51 | 6992 | 109 | 88 | 66 | 16 | 2 | 4 | 0 | 0 | 0 |
| S7-08-10 | NA | NA | 307 | 107 | 88 | 39 | 44 | 0 | 5 | 0 | 0 | 0 |
| CFPB-2016-0038 | 3170-AA61 | 3170-AA61 | 1998 | 92 | 84 | 34 | 39 | 1 | 10 | 0 | 0 | 0 |
| S7-06-13 | NA | NA | 605 | 103 | 83 | 29 | 54 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2012-0033 | 3170-AA14 | 3170-AA14 | 185 | 86 | 82 | 50 | 14 | 2 | 16 | 0 | 0 | 0 |
| CFTC-2011-0049 | NA | NA | NA | 97 | 82 | 35 | 40 | 0 | 7 | 0 | 0 | 0 |
| CFTC-2010-0196 | NA | NA | NA | 130 | 81 | 53 | 22 | 2 | 4 | 0 | 0 | 0 |
| CFPB-2015-0029 | 3170-AA48 | 3170-AA48 | 851 | 84 | 79 | 44 | 18 | 6 | 11 | 0 | 0 | 0 |
| S7-40-10 | 3235-AK84 | 3235-AK84 | 442 | 101 | 79 | 58 | 21 | 0 | 0 | 0 | 0 | 0 |
| S7-03-13 | NA | NA | 266 | 95 | 77 | 29 | 40 | 1 | 7 | 0 | 0 | 0 |
| CFTC-2010-0115 | NA | NA | NA | 87 | 73 | 19 | 48 | 2 | 4 | 0 | 0 | 0 |
| S7-08-12 | NA | NA | 128 | 87 | 73 | 25 | 35 | 0 | 13 | 0 | 0 | 0 |
| CFPB-2013-0033 | 3170-AA41 | 3170-AA41 | 399 | 81 | 71 | 56 | 11 | 1 | 3 | 0 | 0 | 0 |
| CFPB-2014-0033 | 3170-AA49 | 3170-AA49 | 174 | 78 | 71 | 51 | 8 | 3 | 9 | 0 | 0 | 0 |
| S7-07-13 | NA | NA | 1549 | 80 | 67 | 37 | 27 | 2 | 1 | 0 | 0 | 0 |
| R-1394_V1 | AD-7100-56 | AD-7100-56 | 947 | 80 | 66 | 32 | 27 | 1 | 6 | 0 | 0 | 0 |
| CFPB-2012-0034 | 3170-AA14 | 3170-AA14 | 166 | 70 | 65 | 44 | 12 | 2 | 7 | 0 | 0 | 0 |
| CFPB-2012-0022 | 3170-AA17 | 3170-AA17, 7100-AD75 | 179 | 66 | 61 | 33 | 23 | 0 | 5 | 0 | 0 | 0 |
| CFTC-2012-0019 | NA | NA | NA | 77 | 58 | 22 | 30 | 0 | 6 | 0 | 0 | 0 |
| CFPB-2012-0050 | 3170-AA33 | 3170-AA33 | 121 | 56 | 54 | 26 | 13 | 6 | 9 | 0 | 0 | 0 |
| CFPB-2011-0009 | 7100-AD76 | 7100-AD76 | 126 | 53 | 50 | 26 | 8 | 2 | 14 | 0 | 0 | 0 |
| CFPB-2014-0010 | 3170-AA39 | 3170-AA39 | 125 | 52 | 49 | 26 | 6 | 6 | 11 | 0 | 0 | 0 |
| S7-33-10 | NA | NA | 256 | 53 | 49 | 27 | 21 | 1 | 0 | 0 | 0 | 0 |
| S7-12-10 | NA | NA | 121 | 54 | 48 | 8 | 39 | 0 | 1 | 0 | 0 | 0 |
| CFPB-2011-0002 | NA | NA | 522 | 54 | 47 | 36 | 10 | 0 | 1 | 0 | 0 | 0 |
| CFTC-2011-0003 | NA | NA | NA | 53 | 46 | 10 | 33 | 0 | 3 | 0 | 0 | 0 |
| S7-42-10 | 3235-AK85 | 3235-AK85 | 364 | 64 | 46 | 28 | 16 | 1 | 1 | 0 | 0 | 0 |
| CFTC-2010-0140 | NA | NA | NA | 59 | 45 | 23 | 18 | 0 | 4 | 0 | 0 | 0 |
| S7-18-08 | NA | NA | 110 | 57 | 45 | 9 | 35 | 1 | 0 | 0 | 0 | 0 |
| CFPB-2013-0013 | 3170-AA37 | 3170-AA37 | 92 | 46 | 44 | 21 | 8 | 7 | 8 | 0 | 0 | 0 |
| CFPB-2014-0009 | 3170-AA43 | 3170-AA43 | 68 | 44 | 44 | 33 | 5 | 1 | 5 | 0 | 0 | 0 |
| CFTC-2010-0138 | NA | NA | NA | 50 | 39 | 20 | 14 | 1 | 4 | 0 | 0 | 0 |
| R-1536 | 1550-AC49 | 1550-AC49, 1557-AD39, 2590-AA42, 3064-AD56, 3064-AD86, 3133-AD88, 3133-AE48, 7100-AD69, 7100-AE50 | 67 | 40 | 37 | 23 | 11 | 0 | 3 | 0 | 0 | 0 |
| S7-12-11 | NA | NA | 766 | 54 | 36 | 24 | 11 | 0 | 1 | 0 | 0 | 0 |
| CFPB-2013-0010 | 3170-AA37 | 3170-AA37 | 73 | 36 | 34 | 23 | 5 | 1 | 5 | 0 | 0 | 0 |
| S7-39-10 | NA | NA | 99 | 46 | 34 | 14 | 16 | 0 | 4 | 0 | 0 | 0 |
| CFPB-2012-0031 | 1557-AD62 | 1557-AD62, 1557-AD70, 1557-AD90, 1557-AD99, 3170-AA11, 3170-AA68, 7100 AE56, 7100-AD90 | 85 | 35 | 31 | 22 | 4 | 1 | 4 | 0 | 0 | 0 |
| CFTC-2010-0193 | NA | NA | NA | 33 | 30 | 11 | 16 | 0 | 3 | 0 | 0 | 0 |
| R-1419 | 7100-AD76 | 7100-AD76 | 66 | 33 | 30 | 12 | 11 | 1 | 6 | 0 | 0 | 0 |
| CFPB-2012-0032 | 3170-AA26 | 3170-AA26 | 69 | 33 | 29 | 21 | 4 | 1 | 3 | 0 | 0 | 0 |
| CFTC-2011-0066 | NA | NA | NA | 40 | 29 | 18 | 11 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2012-0138 | NA | NA | NA | 32 | 29 | 12 | 16 | 0 | 1 | 0 | 0 | 0 |
| S7-37-10 | NA | NA | 123 | 52 | 29 | 3 | 26 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2012-0005 | 3170-AA00 | 3170-AA00, 3170-AA30 | 83 | 35 | 28 | 23 | 4 | 1 | 0 | 0 | 0 | 0 |
| CFPB-2015-0004 | NA | NA | NA | 28 | 28 | 19 | 4 | 0 | 5 | 0 | 0 | 0 |
| CFTC-2012-0037 | NA | NA | NA | 35 | 27 | 10 | 15 | 0 | 2 | 0 | 0 | 0 |
| CFPB-2017-0018 | 3170-AA76 | 3170-AA76 | 49 | 26 | 25 | 12 | 10 | 0 | 3 | 0 | 0 | 0 |
| CFTC-2011-0058 | NA | NA | NA | 26 | 25 | 12 | 12 | 0 | 1 | 0 | 0 | 0 |
| CFTC-2013-0098 | NA | NA | NA | 29 | 25 | 19 | 6 | 0 | 0 | 0 | 0 | 0 |
| S7-07-15 | NA | NA | 74 | 26 | 25 | 9 | 16 | 0 | 0 | 0 | 0 | 0 |
| S7-31-10 | NA | NA | 66 | 29 | 25 | 9 | 14 | 1 | 1 | 0 | 0 | 0 |
| CFTC-2010-0178 | NA | NA | NA | 32 | 24 | 8 | 14 | 0 | 2 | 0 | 0 | 0 |
| S7-16-11 | NA | NA | 56 | 26 | 22 | 15 | 7 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0109 | NA | NA | NA | 26 | 21 | 5 | 14 | 0 | 2 | 0 | 0 | 0 |
| CFTC-2011-0005 | NA | NA | NA | 23 | 21 | 6 | 15 | 0 | 0 | 0 | 0 | 0 |
| R-1410 | 1550-AC49 | 1550-AC49, 1557-AD39, 2590-AA42, 3064-AD56, 3064-AD86, 3133-AD88, 3133-AE48, 7100-AD69, 7100-AE50 | 191 | 34 | 21 | 12 | 8 | 0 | 1 | 0 | 0 | 0 |
| CFPB-2014-0008 | 3170-AA45 | 3170-AA45 | 35 | 20 | 20 | 12 | 5 | 2 | 1 | 0 | 0 | 0 |
| R-1407_V1 | 7100-AD66 | 7100-AD66 | 34 | 22 | 20 | 13 | 4 | 0 | 3 | 0 | 0 | 0 |
| S7-09-15 | NA | NA | 47 | 24 | 20 | 6 | 13 | 0 | 1 | 0 | 0 | 0 |
| S7-18-11 | NA | NA | 67 | 24 | 20 | 7 | 13 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0020 | NA | NA | NA | 23 | 19 | 4 | 15 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2012-0088 | NA | NA | NA | 19 | 19 | 16 | 3 | 0 | 0 | 0 | 0 | 0 |
| R-1537 | 1557-AD97 | 1557-AD97, 7100-AE51 | 32 | 21 | 19 | 11 | 6 | 0 | 2 | 0 | 0 | 0 |
| S7-06-11 | NA | NA | 62 | 22 | 19 | 6 | 12 | 0 | 1 | 0 | 0 | 0 |
| S7-12-15 | NA | NA | 65 | 23 | 19 | 10 | 9 | 0 | 0 | 0 | 0 | 0 |
| S7-13-11 | NA | NA | 58 | 24 | 19 | 5 | 14 | 0 | 0 | 0 | 0 | 0 |
| S7-23-07 | NA | NA | 53 | 20 | 19 | 9 | 8 | 0 | 2 | 0 | 0 | 0 |
| S7-27-10 | NA | NA | 96 | 25 | 19 | 7 | 10 | 0 | 2 | 0 | 0 | 0 |
| CFPB-2014-0028 | 3170-AA48 | 3170-AA48 | 31 | 19 | 18 | 6 | 7 | 1 | 4 | 0 | 0 | 0 |
| R-1539 | 7100-AE53 | 7100-AE53 | 28 | 20 | 18 | 8 | 8 | 1 | 1 | 0 | 0 | 0 |
| S7-07-11 | NA | NA | 44 | 21 | 18 | 8 | 10 | 0 | 0 | 0 | 0 | 0 |
| S7-25-11 | NA | NA | 52 | 24 | 18 | 11 | 7 | 0 | 0 | 0 | 0 | 0 |
| S7-26-10 | NA | NA | 58 | 27 | 18 | 11 | 7 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2013-0020 | 1557-AD62 | 1557-AD62, 1557-AD70, 1557-AD90, 1557-AD99, 3170-AA11, 3170-AA68, 7100 AE56, 7100-AD90 | 33 | 17 | 17 | 12 | 3 | 1 | 1 | 0 | 0 | 0 |
| CFPB-2013-0031 | 3170-AA37 | 3170-AA37 | 51 | 19 | 17 | 15 | 0 | 0 | 2 | 0 | 0 | 0 |
| CFTC-2010-0179 | NA | NA | NA | 23 | 17 | 9 | 8 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0194 | NA | NA | NA | 23 | 17 | 8 | 8 | 0 | 1 | 0 | 0 | 0 |
| CFTC-2011-0070 | NA | NA | NA | 19 | 17 | 15 | 2 | 0 | 0 | 0 | 0 | 0 |
| R-1413 | NA | NA | 58 | 16 | 16 | 5 | 5 | 0 | 6 | 0 | 0 | 0 |
| R-1443_V1 | 1557-AD62 | 1557-AD62, 1557-AD70, 1557-AD90, 1557-AD99, 3170-AA11, 3170-AA68, 7100 AE56, 7100-AD90 | 49 | 17 | 16 | 6 | 4 | 0 | 6 | 0 | 0 | 0 |
| S7-08-13 | NA | NA | NA | 19 | 16 | 9 | 6 | 0 | 1 | 0 | 0 | 0 |
| S7-24-10 | NA | NA | 45 | 22 | 16 | 8 | 7 | 0 | 1 | 0 | 0 | 0 |
| S7-34-10 | NA | NA | 142 | 46 | 16 | 7 | 8 | 0 | 1 | 0 | 0 | 0 |
| CFTC-2011-0018 | NA | NA | NA | 19 | 15 | 10 | 4 | 0 | 1 | 0 | 0 | 0 |
| CFTC-2016-0109 | NA | NA | NA | 21 | 15 | 10 | 5 | 0 | 0 | 0 | 0 | 0 |
| S7-25-10 | NA | NA | 94 | 21 | 15 | 7 | 8 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2012-0102 | NA | NA | NA | 15 | 14 | 9 | 5 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2016-0107 | NA | NA | NA | 16 | 14 | 3 | 6 | 0 | 5 | 0 | 0 | 0 |
| R-1505 | 7100-AE26 | 7100-AE26 | 21 | 16 | 14 | 8 | 3 | 0 | 3 | 0 | 0 | 0 |
| R-1534 | 7100-AE48 | 7100-AE48 | 28 | 15 | 14 | 7 | 6 | 0 | 1 | 0 | 0 | 0 |
| R-1550 | NA | NA | 54 | 21 | 14 | 8 | 5 | 0 | 1 | 0 | 0 | 0 |
| CFPB-2012-0010 | 3170-AA20 | 3170-AA20 | 32 | 14 | 13 | 8 | 4 | 0 | 1 | 0 | 0 | 0 |
| CFPB-2017-0021 | 3170-AA76 | 3170-AA76 | 36 | 13 | 13 | 12 | 0 | 0 | 1 | 0 | 0 | 0 |
| R-1457 | 7100-AD95 | 7100-AD95 | 18 | 15 | 13 | 6 | 6 | 0 | 1 | 0 | 0 | 0 |
| S7-41-10 | 3235-AK83 | 3235-AK83 | 34 | 15 | 13 | 7 | 6 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2012-0021 | 3170-AA24 | 3170-AA24 | 36 | 16 | 12 | 10 | 2 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0105 | NA | NA | NA | 13 | 12 | 4 | 7 | 0 | 1 | 0 | 0 | 0 |
| R-1401_V2 | 1557-AC99 | 1557-AC99, 3064-AD70, 7100-AD61 | 32 | 18 | 12 | 4 | 3 | 0 | 5 | 0 | 0 | 0 |
| R-1492 | 7100-AE20 | 7100-AE20 | 19 | 13 | 12 | 3 | 6 | 0 | 3 | 0 | 0 | 0 |
| R-1538 | 7100-AE52 | 7100-AE52 | 27 | 17 | 12 | 7 | 5 | 0 | 0 | 0 | 0 | 0 |
| S7-36-10 | NA | NA | 77 | 27 | 12 | 5 | 7 | 0 | 0 | 0 | 0 | 0 |
| S7-38-11 | NA | NA | 43 | 17 | 12 | 6 | 4 | 0 | 2 | 0 | 0 | 0 |
| CFPB-2013-0029 | NA | NA | 28 | 13 | 11 | 8 | 2 | 0 | 1 | 0 | 0 | 0 |
| CFTC-2010-0153 | NA | NA | NA | 12 | 11 | 9 | 2 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0016 | NA | NA | NA | 14 | 11 | 7 | 4 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0148 | NA | NA | NA | 11 | 11 | 2 | 8 | 0 | 1 | 0 | 0 | 0 |
| R-1460_V1 | 1557-AD69 | 1557-AD69, 3064-AE01, 7100-AD99 | 26 | 13 | 11 | 5 | 3 | 0 | 3 | 0 | 0 | 0 |
| S7-05-11 | NA | NA | 39 | 17 | 11 | 4 | 6 | 0 | 1 | 0 | 0 | 0 |
| CFPB-2014-0024 | 3170-AA46 | 3170-AA46 | 31 | 13 | 10 | 9 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0154 | NA | NA | NA | 14 | 10 | 7 | 3 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0155 | NA | NA | NA | 13 | 10 | 7 | 3 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0157 | NA | NA | NA | 10 | 10 | 2 | 5 | 1 | 2 | 0 | 0 | 0 |
| CFTC-2010-0177 | NA | NA | NA | 14 | 10 | 9 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0186 | NA | NA | NA | 11 | 10 | 5 | 5 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0002 | NA | NA | NA | 18 | 10 | 4 | 5 | 0 | 1 | 0 | 0 | 0 |
| 3133-AE22 | 1557-AD64 | 1557-AD64, 3064-AE10, 3133-AE22, 3170-AA44, 7100-AE15 | 34 | 10 | 9 | 7 | 1 | 0 | 1 | 0 | 0 | 0 |
| CFPB-2013-0005 | 3170-AA35 | 3170-AA35 | 61 | 10 | 9 | 7 | 1 | 1 | 0 | 0 | 0 | 0 |
| CFPB-2013-0009 | 3170-AA37 | 3170-AA37 | 18 | 9 | 9 | 4 | 2 | 0 | 3 | 0 | 0 | 0 |
| CFPB-2014-0006 | 1557-AD64 | 1557-AD64, 3064-AE10, 3133-AE22, 3170-AA44, 7100-AE15 | 49 | 10 | 9 | 8 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0158 | NA | NA | NA | 13 | 9 | 6 | 2 | 1 | 0 | 0 | 0 | 0 |
| CFTC-2010-0160 | NA | NA | NA | 9 | 9 | 3 | 6 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0071 | NA | NA | NA | 11 | 9 | 3 | 6 | 0 | 0 | 0 | 0 | 0 |
| R-1391 | 1550-AC43 | 1550-AC43, 1557-AD35, 3064-AD62, 7100-AD53 | 22 | 11 | 9 | 3 | 4 | 0 | 2 | 0 | 0 | 0 |
| S7-21-11 | NA | NA | 44 | 10 | 9 | 5 | 4 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0167 | NA | NA | NA | 9 | 8 | 3 | 4 | 0 | 1 | 0 | 0 | 0 |
| CFTC-2010-0174 | NA | NA | NA | 9 | 8 | 1 | 7 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0019 | NA | NA | NA | 10 | 8 | 4 | 2 | 1 | 1 | 0 | 0 | 0 |
| CFTC-2012-0023 | NA | NA | NA | 14 | 8 | 2 | 6 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2012-0101 | NA | NA | NA | 12 | 8 | 2 | 6 | 0 | 0 | 0 | 0 | 0 |
| R-1392_V1 | 7100-AD54 | 7100-AD54 | 16 | 8 | 8 | 5 | 1 | 0 | 2 | 0 | 0 | 0 |
| R-1399_V1 | 7100-AD59 | 7100-AD59 | 15 | 8 | 8 | 5 | 0 | 0 | 3 | 0 | 0 | 0 |
| R-1486_V1 | 1557-AD64 | 1557-AD64, 3064-AE10, 3133-AE22, 3170-AA44, 7100-AE15 | 43 | 9 | 8 | 7 | 0 | 0 | 1 | 0 | 0 | 0 |
| R–1415 | 1557-AD43 | 1557-AD43, 2590-AA45, 3064-AD79, 3064-AE21, 7100-AD74 | 10 | 9 | 8 | 6 | 1 | 0 | 1 | 0 | 0 | 0 |
| S7-01-15 | NA | NA | 24 | 10 | 8 | 2 | 6 | 0 | 0 | 0 | 0 | 0 |
| S7-23-11 | NA | NA | 27 | 9 | 8 | 3 | 5 | 0 | 0 | 0 | 0 | 0 |
| Share Insurance and Appendix | 3133-AD79 | 3133-AD79 | 18 | 9 | 8 | 7 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2016-0016 | NA | NA | NA | 8 | 7 | 4 | 0 | 1 | 2 | 0 | 0 | 0 |
| CFPB-2016-0039 | 3170-AA63 | 3170-AA63 | 29 | 8 | 7 | 5 | 2 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0165 | NA | NA | NA | 8 | 7 | 3 | 4 | 0 | 0 | 0 | 0 | 0 |
| R-1397 | 7100-AD58 | 7100-AD58 | 13 | 8 | 7 | 2 | 5 | 0 | 0 | 0 | 0 | 0 |
| R-1405 | 7100-AD64 | 7100-AD64 | 23 | 9 | 7 | 3 | 1 | 1 | 2 | 0 | 0 | 0 |
| R-1414 | 3064-AD77 | 3064-AD77, 7100-AD73 | 22 | 9 | 7 | 3 | 2 | 0 | 2 | 0 | 0 | 0 |
| R-1443_V2 | 1557-AD62 | 1557-AD62, 1557-AD70, 1557-AD90, 1557-AD99, 3170-AA11, 3170-AA68, 7100 AE56, 7100-AD90 | 12 | 7 | 7 | 5 | 1 | 0 | 1 | 0 | 0 | 0 |
| R-1540 | 7100-AE54 | 7100-AE54 | 14 | 10 | 7 | 5 | 1 | 0 | 1 | 0 | 0 | 0 |
| S7-03-15 | NA | NA | 18 | 8 | 7 | 3 | 4 | 0 | 0 | 0 | 0 | 0 |
| S7-15-11 | NA | NA | 12 | 7 | 7 | 4 | 3 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0004 | 3170-AA04 | 3170-AA04 | 10 | 6 | 6 | 5 | 0 | 0 | 1 | 0 | 0 | 0 |
| CFPB-2011-0021 | NA | NA | 12 | 6 | 6 | 2 | 3 | 1 | 0 | 0 | 0 | 0 |
| CFPB-2011-0031 | 3170-AA06 | 3170-AA06 | 22 | 8 | 6 | 4 | 0 | 0 | 2 | 0 | 0 | 0 |
| CFPB-2014-0003 | 3170-AA25 | 3170-AA25 | 15 | 7 | 6 | 5 | 0 | 0 | 1 | 0 | 0 | 0 |
| CFTC-2010-0132 | NA | NA | NA | 6 | 6 | 3 | 3 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0187 | NA | NA | NA | 7 | 6 | 4 | 2 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0195 | NA | NA | NA | 11 | 6 | 4 | 2 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2016-0090 | NA | NA | NA | 6 | 6 | 4 | 2 | 0 | 0 | 0 | 0 | 0 |
| R-1412 | 7100-AD71 | 7100-AD71 | 10 | 6 | 6 | 5 | 0 | 0 | 1 | 0 | 0 | 0 |
| R-1548 | 7100-AE59 | 7100-AE59 | 12 | 7 | 6 | 3 | 3 | 0 | 0 | 0 | 0 | 0 |
| S7-06-15 | NA | NA | 16 | 6 | 6 | 3 | 3 | 0 | 0 | 0 | 0 | 0 |
| S7-17-11 | NA | NA | 49 | 6 | 6 | 3 | 3 | 0 | 0 | 0 | 0 | 0 |
| S7-30-10 | NA | NA | 27 | 9 | 6 | 1 | 5 | 0 | 0 | 0 | 0 | 0 |
| S7-35-11 | NA | NA | 184 | 7 | 6 | 0 | 6 | 0 | 0 | 0 | 0 | 0 |
| S7-43-10 | NA | NA | 21 | 11 | 6 | 5 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0003 | 3170-AA01 | 3170-AA01 | 10 | 6 | 5 | 4 | 0 | 1 | 0 | 0 | 0 | 0 |
| CFPB-2011-0023 | 3170-AA06 | 3170-AA06 | 9 | 5 | 5 | 4 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0143 | NA | NA | NA | 6 | 5 | 5 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0161 | NA | NA | NA | 6 | 5 | 2 | 3 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0175 | NA | NA | NA | 5 | 5 | 4 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0026 | NA | NA | NA | 6 | 5 | 2 | 3 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2014-0044 | NA | NA | NA | 5 | 5 | 5 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2017-0002 | NA | NA | NA | 6 | 5 | 3 | 2 | 0 | 0 | 0 | 0 | 0 |
| R-1415 | 1557-AD43 | 1557-AD43, 2590-AA45, 3064-AD79, 3064-AE21, 7100-AD74 | 10 | 6 | 5 | 3 | 2 | 0 | 0 | 0 | 0 | 0 |
| S7-04-11 | NA | NA | 43 | 6 | 5 | 2 | 3 | 0 | 0 | 0 | 0 | 0 |
| S7-11-11 | NA | NA | 14 | 5 | 5 | 1 | 4 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0019 | 3170-AA06 | 3170-AA06 | 9 | 5 | 4 | 3 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0022 | 3170-AA06 | 3170-AA06 | 5 | 4 | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0029 | 3170-AA06 | 3170-AA06 | 10 | 6 | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2020-0010 | NA | NA | NA | 4 | 4 | 1 | 3 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0156 | NA | NA | NA | 4 | 4 | 3 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0162 | NA | NA | NA | 4 | 4 | 3 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0166 | NA | NA | NA | 5 | 4 | 2 | 2 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0029 | NA | NA | NA | 5 | 4 | 1 | 3 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0104 | NA | NA | NA | 5 | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2012-0110 | NA | NA | NA | 4 | 4 | 3 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2015-0053 | NA | NA | NA | 5 | 4 | 3 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2016-0024 | NA | NA | NA | 4 | 4 | 2 | 2 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2016-0070 | NA | NA | NA | 5 | 4 | 1 | 3 | 0 | 0 | 0 | 0 | 0 |
| R-1426 | 7100-AD78 | 7100-AD78 | 5 | 4 | 4 | 2 | 2 | 0 | 0 | 0 | 0 | 0 |
| R-1476_V1 | 7100-AE08 | 7100-AE08 | 9 | 5 | 4 | 3 | 0 | 1 | 0 | 0 | 0 | 0 |
| R-1487 | 1557-AD81 | 1557-AD81, 1557-AD83, 3064-AE12, 3064-AE13, 7100-AD16, 7100-AE17 | 9 | 5 | 4 | 2 | 0 | 0 | 2 | 0 | 0 | 0 |
| S7-08-11 | NA | NA | 32 | 8 | 4 | 3 | 1 | 0 | 0 | 0 | 0 | 0 |
| S7-32-10 | NA | NA | 19 | 5 | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 |
| S7-40-11 | NA | NA | 53 | 25 | 4 | 2 | 2 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0024 | 3170-AA06 | 3170-AA06 | 6 | 3 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0026 | 3170-AA06 | 3170-AA06 | 5 | 3 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0028 | 3170-AA06 | 3170-AA06 | 6 | 3 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0030 | 3170-AA06 | 3170-AA06 | 6 | 4 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0137 | NA | NA | NA | 4 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0183 | NA | NA | NA | 3 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0200 | NA | NA | NA | 6 | 3 | 1 | 1 | 0 | 1 | 0 | 0 | 0 |
| CFTC-2011-0017 | NA | NA | NA | 3 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0047 | NA | NA | NA | 3 | 3 | 1 | 2 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2012-0097 | NA | NA | NA | 3 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2017-0027 | NA | NA | NA | 3 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| R-1455 | 7100-AD94 | 7100-AD94 | 5 | 3 | 3 | 1 | 1 | 0 | 1 | 0 | 0 | 0 |
| R-1458 | 7100-AD96 | 7100-AD96 | 4 | 3 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1480 | 1557-AD79 | 1557-AD79, 3064-AE11, 7100-AE11 | 18 | 5 | 3 | 2 | 0 | 0 | 1 | 0 | 0 | 0 |
| R-1489 | 7100-AE18 | 7100-AE18 | 10 | 5 | 3 | 2 | 0 | 0 | 1 | 0 | 0 | 0 |
| R–1405 | 7100-AD64 | 7100-AD64 | 12 | 3 | 3 | 2 | 0 | 0 | 1 | 0 | 0 | 0 |
| R–1477 | 7100-AE09 | 7100-AE09 | 7 | 4 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| S7-02-11 | NA | NA | 7 | 4 | 3 | 1 | 2 | 0 | 0 | 0 | 0 | 0 |
| S7-02-12 | NA | NA | 20 | 4 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| S7-02-13 | 3235-AL25 | 3235-AL25 | 39 | 19 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| S7-03-11 | NA | NA | 7 | 4 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 0 |
| S7-10-11 | NA | NA | 5 | 3 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| S7-19-10 | NA | NA | 10 | 3 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| S7-26-11 | NA | NA | 5 | 3 | 3 | 0 | 3 | 0 | 0 | 0 | 0 | 0 |
| S7-30-11 | NA | NA | 20 | 3 | 3 | 0 | 3 | 0 | 0 | 0 | 0 | 0 |
| S7-44-10 | NA | NA | 19 | 6 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0005 | 3170-AA02 | 3170-AA02 | 9 | 3 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0006 | 3170-AA05 | 3170-AA05 | 5 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0007 | 3170-AA03 | 3170-AA03 | 5 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0020 | 3170-AA06 | 3170-AA06 | 5 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0027 | 3170-AA06 | 3170-AA06 | 5 | 2 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2013-0012 | 3170-AA38 | 3170-AA38 | 6 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0152 | NA | NA | NA | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0189 | NA | NA | NA | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0033 | NA | NA | NA | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2016-0064 | NA | NA | NA | 2 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2016-0073 | NA | NA | NA | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1488 | 1557-AD81 | 1557-AD81, 1557-AD83, 3064-AE12, 3064-AE13, 7100-AD16, 7100-AE17 | 2 | 2 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 |
| R-1529 | 7100-AE43 | 7100-AE43 | 3 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| S7-14-15 | NA | NA | 6 | 3 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
| S7-35-10 | NA | NA | 36 | 13 | 2 | 1 | 0 | 0 | 1 | 0 | 0 | 0 |
| CFPB-2011-0025 | 3170-AA06 | 3170-AA06 | 6 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2011-0032 | 3170-AA06 | 3170-AA06 | 4 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2013-0001 | 3170-AA16 | 3170-AA16 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFPB-2016-0037 | NA | NA | 6 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2010-0148 | NA | NA | NA | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2011-0028 | NA | NA | NA | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2012-0032 | NA | NA | NA | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2014-0025 | NA | NA | NA | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2016-0052 | NA | NA | NA | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| CFTC-2017-0005 | NA | NA | NA | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| R-1400_V1 | 7100-AD60 | 7100-AD60 | 2 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
| R-1428 | 7100-AD79 | 7100-AD79 | 6 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
| R-1430 | 7100-AD81 | 7100-AD81 | 5 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1438_V1 | 7100 AE13 | 7100 AE13 | 4 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1482_V1 | 7100 AE12 | 7100 AE12 | 5 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1535 | 7100-AE49 | 7100-AE49 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| S7-05-14 | NA | NA | 14 | 4 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| S7-15-15 | NA | NA | 4 | 2 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| S7-22-11 | NA | NA | 7 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| S7-28-10 | NA | NA | 3 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
| NA | NA | NA | NA | NA | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| 09-006 | 3038-AC79 | 3038-AC79 | NA | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1004 | NA | NA | 15 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1007 | 3038-AC97 | 3038-AC97 | 371 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1016 | 3038-AC98 | 3038-AC98, 3038-AD35 | 7608 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1019 | 3038-AD54 | 3038-AD54 | 82 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1032 | 3038-AD46 | 3038-AD46 | 143 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1037 | 3038-AD53 | 3038-AD53 | 54 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1038 | 3038-AC99 | 3038-AC99 | 50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1074 | 3038-AD51 | 3038-AD51 | 35 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1075 | 3038-AD51 | 3038-AD51 | 58 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1125 | 3038-AD18 | 3038-AD18 | 38 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1157 | 3038-AD05 | 3038-AD05 | 399 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1161 | 3038-AD75 | 3038-AD75 | 68 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1171 | 3038-AD14 | 3038-AD14 | 11 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1176 | 3038-AD08 | 3038-AD08 | 327 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1210-ZA18 | 1210-ZA18 | 1210-ZA18 | NA | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1217 | 3038-AD66 | 3038-AD66 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1227 | 3038-AD84 | 3038-AD84 | 6 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1237 | 3038-AD47 | 3038-AD47 | 30 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1247 | 3038-AD31 | 3038-AD31 | 13 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1252 | 3038-AD86 | 3038-AD86 | 36 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1256 | 3038-AD46 | 3038-AD46 | 43 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1262 | 3038-AD47 | 3038-AD47 | 14 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1291 | 3038-AD88 | 3038-AD88 | 148 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1346 | 3038-AE00 | 3038-AE00 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1391 | 3038-AE06 | 3038-AE06 | 13 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1427 | 3038-AD82 | 3038-AD82 | 473 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1436 | 3038-AD99 | 3038-AD99 | 635 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 1483 | 3038-AE14 | 3038-AE14 | 6 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
t %>% write_csv(here::here("data", "matches_per_rin.csv"))commenter_assets <- d
save(commenter_assets, file = here::here("data", "commenter_assets.Rdata"))# comments
# of the matched sample
# 90% of credit union comments, half of nonprofits, and 75% campaig
d %>%
add_count(org_type, name = "dataset total") %>%
filter(comment_agency == "CFPB") %>%
mutate(docket_id = comment_url %>% str_extract("CFPB-[0-9]*-[0-9]*")) %>%
count(org_type, docket_id, `dataset total`, sort = T) %>%
kablebox()| org_type | docket_id | dataset total | n |
|---|---|---|---|
| OpenSecrets | CFPB-2016-0025 | 4070 | 2788 |
| Credit Union | CFPB-2016-0025 | 2289 | 2140 |
| Nonprofit | CFPB-2016-0025 | 7902 | 1092 |
| CIK | CFPB-2012-0028 | 3538 | 354 |
| Nonprofit | CFPB-2012-0028 | 7902 | 304 |
| CIK | CFPB-2016-0025 | 3538 | 194 |
| CIK | CFPB-2013-0002 | 3538 | 185 |
| Nonprofit | CFPB-2012-0031 | 7902 | 162 |
| CIK | CFPB-2012-0037 | 3538 | 156 |
| Nonprofit | CFPB-2014-0019 | 7902 | 147 |
| Nonprofit | CFPB-2013-0018 | 7902 | 139 |
| FDIC | CFPB-2016-0025 | 1267 | 121 |
| OpenSecrets | CFPB-2012-0028 | 4070 | 95 |
| Nonprofit | CFPB-2012-0032 | 7902 | 91 |
| Nonprofit | CFPB-2013-0002 | 7902 | 88 |
| Nonprofit | CFPB-2019-0022 | 7902 | 88 |
| Nonprofit | CFPB-2011-0008 | 7902 | 83 |
| Nonprofit | CFPB-2012-0037 | 7902 | 83 |
| FDIC | CFPB-2012-0028 | 1267 | 78 |
| Nonprofit | CFPB-2016-0020 | 7902 | 66 |
| FDIC | CFPB-2013-0002 | 1267 | 65 |
| FDIC | CFPB-2019-0021 | 1267 | 56 |
| Nonprofit | CFPB-2013-0033 | 7902 | 56 |
| Nonprofit | CFPB-2014-0033 | 7902 | 51 |
| Nonprofit | CFPB-2012-0033 | 7902 | 50 |
| FDIC | CFPB-2014-0019 | 1267 | 49 |
| Nonprofit | CFPB-2012-0029 | 7902 | 47 |
| CIK | CFPB-2011-0008 | 3538 | 46 |
| Nonprofit | CFPB-2012-0034 | 7902 | 44 |
| Nonprofit | CFPB-2015-0029 | 7902 | 44 |
| CIK | CFPB-2013-0018 | 3538 | 40 |
| CIK | CFPB-2016-0038 | 3538 | 39 |
| Nonprofit | CFPB-2011-0002 | 7902 | 36 |
| Nonprofit | CFPB-2016-0038 | 7902 | 34 |
| Nonprofit | CFPB-2012-0022 | 7902 | 33 |
| Nonprofit | CFPB-2014-0009 | 7902 | 33 |
| CIK | CFPB-2012-0029 | 3538 | 31 |
| Nonprofit | CFPB-2019-0021 | 7902 | 31 |
| CIK | CFPB-2014-0019 | 3538 | 28 |
| Nonprofit | CFPB-2011-0009 | 7902 | 26 |
| Nonprofit | CFPB-2012-0050 | 7902 | 26 |
| Nonprofit | CFPB-2014-0010 | 7902 | 26 |
| CIK | CFPB-2012-0022 | 3538 | 23 |
| Nonprofit | CFPB-2012-0005 | 7902 | 23 |
| Nonprofit | CFPB-2013-0010 | 7902 | 23 |
| FDIC | CFPB-2012-0029 | 1267 | 21 |
| Nonprofit | CFPB-2013-0013 | 7902 | 21 |
| OpenSecrets | CFPB-2016-0020 | 4070 | 21 |
| Nonprofit | CFPB-2015-0004 | 7902 | 19 |
| CIK | CFPB-2015-0029 | 3538 | 18 |
| CIK | CFPB-2019-0022 | 3538 | 17 |
| Credit Union | CFPB-2012-0028 | 2289 | 17 |
| CIK | CFPB-2016-0020 | 3538 | 16 |
| FDIC | CFPB-2012-0033 | 1267 | 16 |
| FDIC | CFPB-2011-0008 | 1267 | 15 |
| Nonprofit | CFPB-2013-0031 | 7902 | 15 |
| CIK | CFPB-2012-0033 | 3538 | 14 |
| FDIC | CFPB-2011-0009 | 1267 | 14 |
| CIK | CFPB-2012-0050 | 3538 | 13 |
| FDIC | CFPB-2012-0037 | 1267 | 13 |
| OpenSecrets | CFPB-2013-0002 | 4070 | 13 |
| CIK | CFPB-2012-0034 | 3538 | 12 |
| Nonprofit | CFPB-2013-0020 | 7902 | 12 |
| Nonprofit | CFPB-2014-0008 | 7902 | 12 |
| Nonprofit | CFPB-2017-0018 | 7902 | 12 |
| Nonprofit | CFPB-2017-0021 | 7902 | 12 |
| CIK | CFPB-2013-0033 | 3538 | 11 |
| FDIC | CFPB-2013-0018 | 1267 | 11 |
| FDIC | CFPB-2014-0010 | 1267 | 11 |
| FDIC | CFPB-2015-0029 | 1267 | 11 |
| CIK | CFPB-2011-0002 | 3538 | 10 |
| CIK | CFPB-2017-0018 | 3538 | 10 |
| FDIC | CFPB-2016-0038 | 1267 | 10 |
| Nonprofit | CFPB-2012-0021 | 7902 | 10 |
| OpenSecrets | CFPB-2013-0033 | 4070 | 10 |
| FDIC | CFPB-2012-0050 | 1267 | 9 |
| FDIC | CFPB-2014-0033 | 1267 | 9 |
| Nonprofit | CFPB-2014-0024 | 7902 | 9 |
| OpenSecrets | CFPB-2011-0008 | 4070 | 9 |
| CIK | CFPB-2011-0009 | 3538 | 8 |
| CIK | CFPB-2013-0013 | 3538 | 8 |
| CIK | CFPB-2014-0033 | 3538 | 8 |
| FDIC | CFPB-2013-0013 | 1267 | 8 |
| Nonprofit | CFPB-2012-0010 | 7902 | 8 |
| Nonprofit | CFPB-2013-0029 | 7902 | 8 |
| Nonprofit | CFPB-2014-0006 | 7902 | 8 |
| OpenSecrets | CFPB-2012-0037 | 4070 | 8 |
| OpenSecrets | CFPB-2016-0038 | 4070 | 8 |
| CIK | CFPB-2014-0028 | 3538 | 7 |
| Credit Union | CFPB-2013-0013 | 2289 | 7 |
| FDIC | CFPB-2012-0034 | 1267 | 7 |
| Nonprofit | CFPB-2013-0005 | 7902 | 7 |
| OpenSecrets | CFPB-2011-0002 | 4070 | 7 |
| OpenSecrets | CFPB-2012-0005 | 4070 | 7 |
| OpenSecrets | CFPB-2014-0019 | 4070 | 7 |
| OpenSecrets | CFPB-2014-0033 | 4070 | 7 |
| CIK | CFPB-2014-0010 | 3538 | 6 |
| Credit Union | CFPB-2012-0050 | 2289 | 6 |
| Credit Union | CFPB-2014-0010 | 2289 | 6 |
| Credit Union | CFPB-2015-0029 | 2289 | 6 |
| Nonprofit | CFPB-2014-0028 | 7902 | 6 |
| OpenSecrets | CFPB-2013-0018 | 4070 | 6 |
| CIK | CFPB-2013-0010 | 3538 | 5 |
| CIK | CFPB-2014-0008 | 3538 | 5 |
| CIK | CFPB-2014-0009 | 3538 | 5 |
| CIK | CFPB-2019-0021 | 3538 | 5 |
| Credit Union | CFPB-2014-0019 | 2289 | 5 |
| FDIC | CFPB-2012-0022 | 1267 | 5 |
| FDIC | CFPB-2013-0010 | 1267 | 5 |
| FDIC | CFPB-2014-0009 | 1267 | 5 |
| FDIC | CFPB-2015-0004 | 1267 | 5 |
| Nonprofit | CFPB-2011-0004 | 7902 | 5 |
| Nonprofit | CFPB-2014-0003 | 7902 | 5 |
| Nonprofit | CFPB-2016-0039 | 7902 | 5 |
| OpenSecrets | CFPB-2012-0022 | 4070 | 5 |
| OpenSecrets | CFPB-2012-0029 | 4070 | 5 |
| OpenSecrets | CFPB-2012-0034 | 4070 | 5 |
| OpenSecrets | CFPB-2015-0029 | 4070 | 5 |
| CIK | CFPB-2012-0005 | 3538 | 4 |
| CIK | CFPB-2012-0010 | 3538 | 4 |
| CIK | CFPB-2012-0031 | 3538 | 4 |
| CIK | CFPB-2012-0032 | 3538 | 4 |
| CIK | CFPB-2015-0004 | 3538 | 4 |
| Credit Union | CFPB-2013-0018 | 2289 | 4 |
| FDIC | CFPB-2012-0031 | 1267 | 4 |
| FDIC | CFPB-2014-0028 | 1267 | 4 |
| FDIC | CFPB-2016-0020 | 1267 | 4 |
| FDIC | CFPB-2019-0022 | 1267 | 4 |
| Nonprofit | CFPB-2011-0003 | 7902 | 4 |
| Nonprofit | CFPB-2011-0022 | 7902 | 4 |
| Nonprofit | CFPB-2011-0023 | 7902 | 4 |
| Nonprofit | CFPB-2011-0029 | 7902 | 4 |
| Nonprofit | CFPB-2011-0031 | 7902 | 4 |
| Nonprofit | CFPB-2013-0009 | 7902 | 4 |
| Nonprofit | CFPB-2016-0016 | 7902 | 4 |
| OpenSecrets | CFPB-2012-0021 | 4070 | 4 |
| OpenSecrets | CFPB-2012-0033 | 4070 | 4 |
| CIK | CFPB-2011-0021 | 3538 | 3 |
| CIK | CFPB-2013-0020 | 3538 | 3 |
| CIK | CFPB-2020-0010 | 3538 | 3 |
| Credit Union | CFPB-2012-0037 | 2289 | 3 |
| Credit Union | CFPB-2013-0002 | 2289 | 3 |
| Credit Union | CFPB-2014-0033 | 2289 | 3 |
| FDIC | CFPB-2012-0032 | 1267 | 3 |
| FDIC | CFPB-2013-0009 | 1267 | 3 |
| FDIC | CFPB-2013-0033 | 1267 | 3 |
| FDIC | CFPB-2017-0018 | 1267 | 3 |
| Nonprofit | CFPB-2011-0019 | 7902 | 3 |
| Nonprofit | CFPB-2011-0024 | 7902 | 3 |
| Nonprofit | CFPB-2011-0026 | 7902 | 3 |
| Nonprofit | CFPB-2011-0028 | 7902 | 3 |
| OpenSecrets | CFPB-2011-0009 | 4070 | 3 |
| OpenSecrets | CFPB-2012-0032 | 4070 | 3 |
| OpenSecrets | CFPB-2014-0010 | 4070 | 3 |
| OpenSecrets | CFPB-2014-0024 | 4070 | 3 |
| CIK | CFPB-2012-0021 | 3538 | 2 |
| CIK | CFPB-2013-0009 | 3538 | 2 |
| CIK | CFPB-2013-0029 | 3538 | 2 |
| CIK | CFPB-2016-0039 | 3538 | 2 |
| Credit Union | CFPB-2011-0009 | 2289 | 2 |
| Credit Union | CFPB-2012-0029 | 2289 | 2 |
| Credit Union | CFPB-2012-0033 | 2289 | 2 |
| Credit Union | CFPB-2012-0034 | 2289 | 2 |
| Credit Union | CFPB-2014-0008 | 2289 | 2 |
| Credit Union | CFPB-2016-0020 | 2289 | 2 |
| FDIC | CFPB-2011-0031 | 1267 | 2 |
| FDIC | CFPB-2013-0031 | 1267 | 2 |
| FDIC | CFPB-2016-0016 | 1267 | 2 |
| Nonprofit | CFPB-2011-0005 | 7902 | 2 |
| Nonprofit | CFPB-2011-0006 | 7902 | 2 |
| Nonprofit | CFPB-2011-0007 | 7902 | 2 |
| Nonprofit | CFPB-2011-0020 | 7902 | 2 |
| Nonprofit | CFPB-2011-0021 | 7902 | 2 |
| Nonprofit | CFPB-2011-0030 | 7902 | 2 |
| Nonprofit | CFPB-2013-0012 | 7902 | 2 |
| OpenSecrets | CFPB-2011-0029 | 4070 | 2 |
| OpenSecrets | CFPB-2011-0031 | 4070 | 2 |
| OpenSecrets | CFPB-2012-0031 | 4070 | 2 |
| OpenSecrets | CFPB-2012-0050 | 4070 | 2 |
| OpenSecrets | CFPB-2013-0010 | 4070 | 2 |
| OpenSecrets | CFPB-2013-0013 | 4070 | 2 |
| OpenSecrets | CFPB-2013-0029 | 4070 | 2 |
| OpenSecrets | CFPB-2013-0031 | 4070 | 2 |
| OpenSecrets | CFPB-2019-0022 | 4070 | 2 |
| CIK | CFPB-2011-0019 | 3538 | 1 |
| CIK | CFPB-2011-0023 | 3538 | 1 |
| CIK | CFPB-2011-0027 | 3538 | 1 |
| CIK | CFPB-2011-0030 | 3538 | 1 |
| CIK | CFPB-2013-0005 | 3538 | 1 |
| CIK | CFPB-2014-0006 | 3538 | 1 |
| CIK | CFPB-2014-0024 | 3538 | 1 |
| Credit Union | CFPB-2011-0003 | 2289 | 1 |
| Credit Union | CFPB-2011-0021 | 2289 | 1 |
| Credit Union | CFPB-2012-0005 | 2289 | 1 |
| Credit Union | CFPB-2012-0031 | 2289 | 1 |
| Credit Union | CFPB-2012-0032 | 2289 | 1 |
| Credit Union | CFPB-2013-0005 | 2289 | 1 |
| Credit Union | CFPB-2013-0010 | 2289 | 1 |
| Credit Union | CFPB-2013-0020 | 2289 | 1 |
| Credit Union | CFPB-2013-0033 | 2289 | 1 |
| Credit Union | CFPB-2014-0009 | 2289 | 1 |
| Credit Union | CFPB-2014-0028 | 2289 | 1 |
| Credit Union | CFPB-2016-0016 | 2289 | 1 |
| Credit Union | CFPB-2016-0038 | 2289 | 1 |
| Credit Union | CFPB-2019-0021 | 2289 | 1 |
| Credit Union | CFPB-2019-0022 | 2289 | 1 |
| FDIC | CFPB-2011-0002 | 1267 | 1 |
| FDIC | CFPB-2011-0004 | 1267 | 1 |
| FDIC | CFPB-2012-0010 | 1267 | 1 |
| FDIC | CFPB-2013-0020 | 1267 | 1 |
| FDIC | CFPB-2013-0029 | 1267 | 1 |
| FDIC | CFPB-2014-0003 | 1267 | 1 |
| FDIC | CFPB-2014-0008 | 1267 | 1 |
| FDIC | CFPB-2017-0021 | 1267 | 1 |
| Nonprofit | CFPB-2011-0025 | 7902 | 1 |
| Nonprofit | CFPB-2011-0027 | 7902 | 1 |
| Nonprofit | CFPB-2011-0032 | 7902 | 1 |
| Nonprofit | CFPB-2013-0001 | 7902 | 1 |
| Nonprofit | CFPB-2016-0037 | 7902 | 1 |
| Nonprofit | CFPB-2020-0010 | 7902 | 1 |
| OpenSecrets | CFPB-2011-0003 | 4070 | 1 |
| OpenSecrets | CFPB-2011-0005 | 4070 | 1 |
| OpenSecrets | CFPB-2011-0019 | 4070 | 1 |
| OpenSecrets | CFPB-2011-0025 | 4070 | 1 |
| OpenSecrets | CFPB-2011-0030 | 4070 | 1 |
| OpenSecrets | CFPB-2012-0010 | 4070 | 1 |
| OpenSecrets | CFPB-2013-0005 | 4070 | 1 |
| OpenSecrets | CFPB-2014-0003 | 4070 | 1 |
| OpenSecrets | CFPB-2014-0006 | 4070 | 1 |
| OpenSecrets | CFPB-2014-0028 | 4070 | 1 |
| OpenSecrets | CFPB-2016-0016 | 4070 | 1 |
| OpenSecrets | CFPB-2016-0039 | 4070 | 1 |
| OpenSecrets | CFPB-2017-0018 | 4070 | 1 |
| OpenSecrets | CFPB-2019-0021 | 4070 | 1 |
# orgs (15% of nonprifits on payday loan rule, 30% of opensecrets)
d %>%
filter(comment_agency == "CFPB") %>%
mutate(docket_id = comment_url %>% str_extract("CFPB-[0-9]*-[0-9]*")) %>%
distinct(org_name, docket_id, org_type) %>%
add_count(org_type, name = "dataset total") %>%
count(org_type, docket_id, `dataset total`, sort = T) %>%
kablebox()| org_type | docket_id | dataset total | n |
|---|---|---|---|
| Nonprofit | CFPB-2016-0025 | 1784 | 370 |
| Nonprofit | CFPB-2012-0028 | 1784 | 167 |
| CIK | CFPB-2012-0028 | 754 | 142 |
| CIK | CFPB-2013-0002 | 754 | 107 |
| CIK | CFPB-2012-0037 | 754 | 96 |
| Nonprofit | CFPB-2013-0002 | 1784 | 79 |
| OpenSecrets | CFPB-2016-0025 | 262 | 77 |
| Nonprofit | CFPB-2014-0019 | 1784 | 76 |
| Nonprofit | CFPB-2019-0022 | 1784 | 73 |
| Nonprofit | CFPB-2012-0037 | 1784 | 72 |
| CIK | CFPB-2016-0025 | 754 | 65 |
| Nonprofit | CFPB-2011-0008 | 1784 | 64 |
| Nonprofit | CFPB-2016-0020 | 1784 | 62 |
| FDIC | CFPB-2012-0028 | 410 | 61 |
| Nonprofit | CFPB-2013-0033 | 1784 | 55 |
| Nonprofit | CFPB-2013-0018 | 1784 | 49 |
| FDIC | CFPB-2013-0002 | 410 | 47 |
| Nonprofit | CFPB-2012-0033 | 1784 | 44 |
| Nonprofit | CFPB-2015-0029 | 1784 | 43 |
| FDIC | CFPB-2014-0019 | 410 | 42 |
| Nonprofit | CFPB-2012-0034 | 1784 | 41 |
| CIK | CFPB-2011-0008 | 754 | 40 |
| Nonprofit | CFPB-2012-0029 | 1784 | 38 |
| FDIC | CFPB-2019-0021 | 410 | 36 |
| Nonprofit | CFPB-2011-0002 | 1784 | 36 |
| Nonprofit | CFPB-2014-0033 | 1784 | 34 |
| CIK | CFPB-2013-0018 | 754 | 33 |
| Nonprofit | CFPB-2016-0038 | 1784 | 33 |
| FDIC | CFPB-2016-0025 | 410 | 32 |
| Nonprofit | CFPB-2012-0022 | 1784 | 30 |
| OpenSecrets | CFPB-2012-0028 | 262 | 30 |
| Nonprofit | CFPB-2019-0021 | 1784 | 28 |
| Credit Union | CFPB-2016-0025 | 110 | 26 |
| Nonprofit | CFPB-2014-0009 | 1784 | 24 |
| Nonprofit | CFPB-2014-0010 | 1784 | 24 |
| CIK | CFPB-2014-0019 | 754 | 23 |
| CIK | CFPB-2016-0038 | 754 | 23 |
| Nonprofit | CFPB-2012-0005 | 1784 | 21 |
| Nonprofit | CFPB-2012-0050 | 1784 | 21 |
| Nonprofit | CFPB-2013-0013 | 1784 | 21 |
| Nonprofit | CFPB-2011-0009 | 1784 | 20 |
| Nonprofit | CFPB-2012-0032 | 1784 | 20 |
| Nonprofit | CFPB-2013-0010 | 1784 | 20 |
| FDIC | CFPB-2012-0029 | 410 | 19 |
| CIK | CFPB-2015-0029 | 754 | 18 |
| Nonprofit | CFPB-2012-0031 | 1784 | 18 |
| Nonprofit | CFPB-2015-0004 | 1784 | 18 |
| OpenSecrets | CFPB-2016-0020 | 262 | 17 |
| CIK | CFPB-2012-0022 | 754 | 16 |
| FDIC | CFPB-2012-0033 | 410 | 15 |
| CIK | CFPB-2012-0033 | 754 | 14 |
| Credit Union | CFPB-2012-0028 | 110 | 14 |
| CIK | CFPB-2016-0020 | 754 | 13 |
| CIK | CFPB-2019-0022 | 754 | 13 |
| FDIC | CFPB-2012-0037 | 410 | 13 |
| CIK | CFPB-2012-0029 | 754 | 12 |
| CIK | CFPB-2012-0034 | 754 | 12 |
| FDIC | CFPB-2011-0008 | 410 | 12 |
| Nonprofit | CFPB-2013-0020 | 1784 | 12 |
| Nonprofit | CFPB-2017-0021 | 1784 | 12 |
| CIK | CFPB-2013-0033 | 754 | 11 |
| FDIC | CFPB-2011-0009 | 410 | 11 |
| FDIC | CFPB-2015-0029 | 410 | 11 |
| Nonprofit | CFPB-2014-0008 | 1784 | 11 |
| CIK | CFPB-2011-0002 | 754 | 10 |
| FDIC | CFPB-2013-0018 | 410 | 10 |
| FDIC | CFPB-2014-0010 | 410 | 10 |
| FDIC | CFPB-2016-0038 | 410 | 10 |
| Nonprofit | CFPB-2012-0021 | 1784 | 10 |
| Nonprofit | CFPB-2013-0031 | 1784 | 10 |
| OpenSecrets | CFPB-2013-0002 | 262 | 10 |
| OpenSecrets | CFPB-2013-0033 | 262 | 10 |
| CIK | CFPB-2012-0050 | 754 | 9 |
| Nonprofit | CFPB-2014-0024 | 1784 | 9 |
| CIK | CFPB-2013-0013 | 754 | 8 |
| Nonprofit | CFPB-2012-0010 | 1784 | 8 |
| Nonprofit | CFPB-2014-0006 | 1784 | 8 |
| Nonprofit | CFPB-2017-0018 | 1784 | 8 |
| OpenSecrets | CFPB-2011-0008 | 262 | 8 |
| OpenSecrets | CFPB-2012-0037 | 262 | 8 |
| CIK | CFPB-2014-0033 | 754 | 7 |
| Credit Union | CFPB-2013-0013 | 110 | 7 |
| FDIC | CFPB-2012-0034 | 410 | 7 |
| FDIC | CFPB-2012-0050 | 410 | 7 |
| Nonprofit | CFPB-2013-0005 | 1784 | 7 |
| Nonprofit | CFPB-2013-0029 | 1784 | 7 |
| OpenSecrets | CFPB-2011-0002 | 262 | 7 |
| OpenSecrets | CFPB-2012-0005 | 262 | 7 |
| OpenSecrets | CFPB-2014-0019 | 262 | 7 |
| CIK | CFPB-2011-0009 | 754 | 6 |
| CIK | CFPB-2014-0010 | 754 | 6 |
| Credit Union | CFPB-2012-0050 | 110 | 6 |
| Credit Union | CFPB-2014-0010 | 110 | 6 |
| Credit Union | CFPB-2015-0029 | 110 | 6 |
| Nonprofit | CFPB-2014-0028 | 1784 | 6 |
| OpenSecrets | CFPB-2016-0038 | 262 | 6 |
| CIK | CFPB-2013-0010 | 754 | 5 |
| CIK | CFPB-2014-0008 | 754 | 5 |
| CIK | CFPB-2014-0009 | 754 | 5 |
| CIK | CFPB-2019-0021 | 754 | 5 |
| Credit Union | CFPB-2014-0019 | 110 | 5 |
| FDIC | CFPB-2012-0022 | 410 | 5 |
| FDIC | CFPB-2013-0013 | 410 | 5 |
| FDIC | CFPB-2015-0004 | 410 | 5 |
| Nonprofit | CFPB-2011-0004 | 1784 | 5 |
| Nonprofit | CFPB-2014-0003 | 1784 | 5 |
| Nonprofit | CFPB-2016-0039 | 1784 | 5 |
| OpenSecrets | CFPB-2012-0022 | 262 | 5 |
| OpenSecrets | CFPB-2012-0029 | 262 | 5 |
| OpenSecrets | CFPB-2012-0034 | 262 | 5 |
| OpenSecrets | CFPB-2014-0033 | 262 | 5 |
| CIK | CFPB-2012-0005 | 754 | 4 |
| CIK | CFPB-2012-0010 | 754 | 4 |
| CIK | CFPB-2012-0031 | 754 | 4 |
| CIK | CFPB-2012-0032 | 754 | 4 |
| CIK | CFPB-2015-0004 | 754 | 4 |
| Credit Union | CFPB-2013-0018 | 110 | 4 |
| FDIC | CFPB-2012-0031 | 410 | 4 |
| FDIC | CFPB-2013-0010 | 410 | 4 |
| FDIC | CFPB-2014-0009 | 410 | 4 |
| FDIC | CFPB-2014-0028 | 410 | 4 |
| FDIC | CFPB-2014-0033 | 410 | 4 |
| FDIC | CFPB-2016-0020 | 410 | 4 |
| Nonprofit | CFPB-2011-0003 | 1784 | 4 |
| Nonprofit | CFPB-2011-0022 | 1784 | 4 |
| Nonprofit | CFPB-2011-0023 | 1784 | 4 |
| Nonprofit | CFPB-2011-0029 | 1784 | 4 |
| Nonprofit | CFPB-2011-0031 | 1784 | 4 |
| Nonprofit | CFPB-2013-0009 | 1784 | 4 |
| Nonprofit | CFPB-2016-0016 | 1784 | 4 |
| OpenSecrets | CFPB-2012-0033 | 262 | 4 |
| OpenSecrets | CFPB-2013-0018 | 262 | 4 |
| OpenSecrets | CFPB-2015-0029 | 262 | 4 |
| CIK | CFPB-2011-0021 | 754 | 3 |
| CIK | CFPB-2013-0020 | 754 | 3 |
| CIK | CFPB-2014-0028 | 754 | 3 |
| CIK | CFPB-2017-0018 | 754 | 3 |
| CIK | CFPB-2020-0010 | 754 | 3 |
| Credit Union | CFPB-2012-0037 | 110 | 3 |
| Credit Union | CFPB-2013-0002 | 110 | 3 |
| Credit Union | CFPB-2014-0033 | 110 | 3 |
| FDIC | CFPB-2012-0032 | 410 | 3 |
| FDIC | CFPB-2013-0009 | 410 | 3 |
| FDIC | CFPB-2013-0033 | 410 | 3 |
| FDIC | CFPB-2019-0022 | 410 | 3 |
| Nonprofit | CFPB-2011-0019 | 1784 | 3 |
| Nonprofit | CFPB-2011-0024 | 1784 | 3 |
| Nonprofit | CFPB-2011-0026 | 1784 | 3 |
| Nonprofit | CFPB-2011-0028 | 1784 | 3 |
| OpenSecrets | CFPB-2012-0021 | 262 | 3 |
| OpenSecrets | CFPB-2012-0032 | 262 | 3 |
| OpenSecrets | CFPB-2014-0010 | 262 | 3 |
| OpenSecrets | CFPB-2014-0024 | 262 | 3 |
| CIK | CFPB-2012-0021 | 754 | 2 |
| CIK | CFPB-2013-0009 | 754 | 2 |
| CIK | CFPB-2013-0029 | 754 | 2 |
| CIK | CFPB-2016-0039 | 754 | 2 |
| Credit Union | CFPB-2011-0009 | 110 | 2 |
| Credit Union | CFPB-2012-0029 | 110 | 2 |
| Credit Union | CFPB-2012-0033 | 110 | 2 |
| Credit Union | CFPB-2012-0034 | 110 | 2 |
| Credit Union | CFPB-2014-0008 | 110 | 2 |
| Credit Union | CFPB-2016-0020 | 110 | 2 |
| FDIC | CFPB-2011-0031 | 410 | 2 |
| FDIC | CFPB-2013-0031 | 410 | 2 |
| FDIC | CFPB-2016-0016 | 410 | 2 |
| FDIC | CFPB-2017-0018 | 410 | 2 |
| Nonprofit | CFPB-2011-0005 | 1784 | 2 |
| Nonprofit | CFPB-2011-0006 | 1784 | 2 |
| Nonprofit | CFPB-2011-0007 | 1784 | 2 |
| Nonprofit | CFPB-2011-0020 | 1784 | 2 |
| Nonprofit | CFPB-2011-0021 | 1784 | 2 |
| Nonprofit | CFPB-2011-0030 | 1784 | 2 |
| Nonprofit | CFPB-2013-0012 | 1784 | 2 |
| OpenSecrets | CFPB-2011-0009 | 262 | 2 |
| OpenSecrets | CFPB-2011-0031 | 262 | 2 |
| OpenSecrets | CFPB-2012-0031 | 262 | 2 |
| OpenSecrets | CFPB-2013-0010 | 262 | 2 |
| OpenSecrets | CFPB-2013-0013 | 262 | 2 |
| OpenSecrets | CFPB-2013-0029 | 262 | 2 |
| OpenSecrets | CFPB-2019-0022 | 262 | 2 |
| CIK | CFPB-2011-0019 | 754 | 1 |
| CIK | CFPB-2011-0023 | 754 | 1 |
| CIK | CFPB-2011-0027 | 754 | 1 |
| CIK | CFPB-2011-0030 | 754 | 1 |
| CIK | CFPB-2013-0005 | 754 | 1 |
| CIK | CFPB-2014-0006 | 754 | 1 |
| CIK | CFPB-2014-0024 | 754 | 1 |
| Credit Union | CFPB-2011-0003 | 110 | 1 |
| Credit Union | CFPB-2011-0021 | 110 | 1 |
| Credit Union | CFPB-2012-0005 | 110 | 1 |
| Credit Union | CFPB-2012-0031 | 110 | 1 |
| Credit Union | CFPB-2012-0032 | 110 | 1 |
| Credit Union | CFPB-2013-0005 | 110 | 1 |
| Credit Union | CFPB-2013-0010 | 110 | 1 |
| Credit Union | CFPB-2013-0020 | 110 | 1 |
| Credit Union | CFPB-2013-0033 | 110 | 1 |
| Credit Union | CFPB-2014-0009 | 110 | 1 |
| Credit Union | CFPB-2014-0028 | 110 | 1 |
| Credit Union | CFPB-2016-0016 | 110 | 1 |
| Credit Union | CFPB-2016-0038 | 110 | 1 |
| Credit Union | CFPB-2019-0021 | 110 | 1 |
| Credit Union | CFPB-2019-0022 | 110 | 1 |
| FDIC | CFPB-2011-0002 | 410 | 1 |
| FDIC | CFPB-2011-0004 | 410 | 1 |
| FDIC | CFPB-2012-0010 | 410 | 1 |
| FDIC | CFPB-2013-0020 | 410 | 1 |
| FDIC | CFPB-2013-0029 | 410 | 1 |
| FDIC | CFPB-2014-0003 | 410 | 1 |
| FDIC | CFPB-2014-0008 | 410 | 1 |
| FDIC | CFPB-2017-0021 | 410 | 1 |
| Nonprofit | CFPB-2011-0025 | 1784 | 1 |
| Nonprofit | CFPB-2011-0027 | 1784 | 1 |
| Nonprofit | CFPB-2011-0032 | 1784 | 1 |
| Nonprofit | CFPB-2013-0001 | 1784 | 1 |
| Nonprofit | CFPB-2016-0037 | 1784 | 1 |
| Nonprofit | CFPB-2020-0010 | 1784 | 1 |
| OpenSecrets | CFPB-2011-0003 | 262 | 1 |
| OpenSecrets | CFPB-2011-0005 | 262 | 1 |
| OpenSecrets | CFPB-2011-0019 | 262 | 1 |
| OpenSecrets | CFPB-2011-0025 | 262 | 1 |
| OpenSecrets | CFPB-2011-0029 | 262 | 1 |
| OpenSecrets | CFPB-2011-0030 | 262 | 1 |
| OpenSecrets | CFPB-2012-0010 | 262 | 1 |
| OpenSecrets | CFPB-2012-0050 | 262 | 1 |
| OpenSecrets | CFPB-2013-0005 | 262 | 1 |
| OpenSecrets | CFPB-2013-0031 | 262 | 1 |
| OpenSecrets | CFPB-2014-0003 | 262 | 1 |
| OpenSecrets | CFPB-2014-0006 | 262 | 1 |
| OpenSecrets | CFPB-2014-0028 | 262 | 1 |
| OpenSecrets | CFPB-2016-0016 | 262 | 1 |
| OpenSecrets | CFPB-2016-0039 | 262 | 1 |
| OpenSecrets | CFPB-2017-0018 | 262 | 1 |
| OpenSecrets | CFPB-2019-0021 | 262 | 1 |
#
d %>%
filter(comment_agency == "CFPB") %>%
mutate(docket_id = comment_url %>% str_extract("CFPB-[0-9]*-[0-9]*")) %>%
count(org_name, org_type, docket_id, sort = T) %>% kablebox()| org_name | org_type | docket_id | n |
|---|---|---|---|
| advance financial | Credit Union | CFPB-2016-0025 | 1966 |
| axcess financial services | OpenSecrets | CFPB-2016-0025 | 1928 |
| cash express | OpenSecrets | CFPB-2016-0025 | 536 |
| peoples action institute | Nonprofit | CFPB-2016-0025 | 205 |
| fellowship baptist church | Credit Union | CFPB-2016-0025 | 142 |
| appraisal institute | Nonprofit | CFPB-2012-0031 | 140 |
| amscot financial | OpenSecrets | CFPB-2016-0025 | 110 |
| virginia organizing | Nonprofit | CFPB-2016-0025 | 102 |
| check cash | CIK | CFPB-2016-0025 | 79 |
| appraisal institute | Nonprofit | CFPB-2012-0028 | 70 |
| appraisal institute | Nonprofit | CFPB-2012-0032 | 70 |
| appraisal institute | Nonprofit | CFPB-2013-0018 | 70 |
| appraisal institute | Nonprofit | CFPB-2014-0019 | 70 |
| maryland consumer rights coalition | Nonprofit | CFPB-2016-0025 | 51 |
| united action | Nonprofit | CFPB-2016-0025 | 47 |
| council la raza | Nonprofit | CFPB-2016-0025 | 43 |
| choice financial | FDIC | CFPB-2016-0025 | 40 |
| illinois peoples action | Nonprofit | CFPB-2016-0025 | 36 |
| alliance consumer protection beaver | Nonprofit | CFPB-2016-0025 | 34 |
| north american title | CIK | CFPB-2012-0028 | 31 |
| united michigan | FDIC | CFPB-2016-0025 | 30 |
| citizen action new jersey | Nonprofit | CFPB-2016-0025 | 29 |
| c2 financial | CIK | CFPB-2012-0037 | 27 |
| c2 financial | CIK | CFPB-2013-0002 | 27 |
| virginia organizing project | Nonprofit | CFPB-2016-0025 | 25 |
| az highland lakes | CIK | CFPB-2012-0028 | 20 |
| land title guarantee | OpenSecrets | CFPB-2012-0028 | 20 |
| mi financial | CIK | CFPB-2012-0028 | 20 |
| mississippi senate | OpenSecrets | CFPB-2016-0025 | 18 |
| south carolina house representatives | OpenSecrets | CFPB-2016-0025 | 18 |
| southwest center economic integrity | Nonprofit | CFPB-2016-0025 | 18 |
| first american title insurance | OpenSecrets | CFPB-2012-0028 | 17 |
| mi financial | CIK | CFPB-2012-0029 | 17 |
| wispirg foundation | Nonprofit | CFPB-2016-0025 | 17 |
| diversified mortgage workout | CIK | CFPB-2012-0037 | 14 |
| meridian title escrow | CIK | CFPB-2012-0028 | 14 |
| peoples action | Nonprofit | CFPB-2016-0025 | 14 |
| coldwell banker | CIK | CFPB-2016-0038 | 13 |
| lsi title | CIK | CFPB-2012-0028 | 12 |
| texas land title | Nonprofit | CFPB-2012-0028 | 12 |
| 1st advantage bancshares | CIK | CFPB-2013-0002 | 11 |
| central alabama title center | CIK | CFPB-2012-0028 | 11 |
| consumer mortgage coalition | Nonprofit | CFPB-2014-0033 | 11 |
| independent finance institute | Nonprofit | CFPB-2016-0025 | 11 |
| mississippi house representatives | OpenSecrets | CFPB-2016-0025 | 11 |
| oklahoma house representatives | OpenSecrets | CFPB-2016-0025 | 11 |
| old republic international | CIK | CFPB-2012-0028 | 11 |
| attorneys title guaranty | OpenSecrets | CFPB-2012-0028 | 10 |
| b r d industries | CIK | CFPB-2016-0025 | 10 |
| c2 financial | CIK | CFPB-2012-0028 | 10 |
| lenders service title | CIK | CFPB-2012-0028 | 10 |
| new economy project | CIK | CFPB-2016-0025 | 10 |
| oregon food | Nonprofit | CFPB-2016-0025 | 9 |
| southern homes title closing services | CIK | CFPB-2012-0028 | 9 |
| texas appleseed | Nonprofit | CFPB-2016-0025 | 9 |
| aca international | Nonprofit | CFPB-2019-0022 | 8 |
| american financial | FDIC | CFPB-2016-0025 | 8 |
| financial services | FDIC | CFPB-2016-0025 | 8 |
| gulf coast chapter electri cal contractors assoc | Nonprofit | CFPB-2013-0018 | 8 |
| peoples financial realty mortgage securities 20061 | CIK | CFPB-2017-0018 | 8 |
| king financial services | CIK | CFPB-2013-0002 | 7 |
| premier capital lending | CIK | CFPB-2012-0022 | 7 |
| senate virginia | OpenSecrets | CFPB-2016-0025 | 7 |
| sierra nevada health plan | Nonprofit | CFPB-2016-0025 | 7 |
| title security | OpenSecrets | CFPB-2012-0028 | 7 |
| troon management | CIK | CFPB-2012-0028 | 7 |
| advantage title insurance | CIK | CFPB-2012-0028 | 6 |
| bankfirst financial services | FDIC | CFPB-2013-0002 | 6 |
| california mortgage professionals | Nonprofit | CFPB-2013-0018 | 6 |
| campaign fix debt | OpenSecrets | CFPB-2016-0025 | 6 |
| central ohio land title underwriters | Nonprofit | CFPB-2012-0028 | 6 |
| clarity health services | CIK | CFPB-2016-0025 | 6 |
| cross plains | FDIC | CFPB-2019-0021 | 6 |
| first liberty | FDIC | CFPB-2014-0019 | 6 |
| florida house representatives | OpenSecrets | CFPB-2016-0025 | 6 |
| illinois senate | OpenSecrets | CFPB-2016-0025 | 6 |
| keller williams realty | OpenSecrets | CFPB-2012-0028 | 6 |
| southern pine credit | Nonprofit | CFPB-2016-0025 | 6 |
| buena vista bancorp | CIK | CFPB-2012-0037 | 5 |
| california land title | Nonprofit | CFPB-2012-0028 | 5 |
| california senate | OpenSecrets | CFPB-2016-0025 | 5 |
| cash dash | CIK | CFPB-2016-0025 | 5 |
| cash til payday | CIK | CFPB-2016-0025 | 5 |
| center responsible lending | Nonprofit | CFPB-2011-0008 | 5 |
| center responsible lending | Nonprofit | CFPB-2016-0025 | 5 |
| central savings loan | FDIC | CFPB-2016-0025 | 5 |
| check n go | OpenSecrets | CFPB-2016-0025 | 5 |
| chicago title | CIK | CFPB-2012-0028 | 5 |
| compliance systems | CIK | CFPB-2014-0028 | 5 |
| consumer mortgage coalition | Nonprofit | CFPB-2013-0031 | 5 |
| first southeast | FDIC | CFPB-2019-0021 | 5 |
| first winnsboro | FDIC | CFPB-2012-0028 | 5 |
| independent insurance agents indiana | Nonprofit | CFPB-2012-0028 | 5 |
| installment lenders | Nonprofit | CFPB-2016-0025 | 5 |
| lllp bear creek lending 2012 | CIK | CFPB-2016-0025 | 5 |
| meridian title escrow | CIK | CFPB-2016-0038 | 5 |
| prestige abstract title | CIK | CFPB-2012-0028 | 5 |
| reinvestment partners | Nonprofit | CFPB-2016-0025 | 5 |
| security savings | FDIC | CFPB-2019-0021 | 5 |
| serenity house memphis tennessee | Nonprofit | CFPB-2016-0025 | 5 |
| st louis credit management | Nonprofit | CFPB-2016-0025 | 5 |
| texas title assurance | CIK | CFPB-2012-0028 | 5 |
| agent partners mortgage | CIK | CFPB-2012-0037 | 4 |
| agent partners mortgage | CIK | CFPB-2013-0018 | 4 |
| allied mortgage financial | CIK | CFPB-2013-0002 | 4 |
| american bankers | Nonprofit | CFPB-2013-0018 | 4 |
| american pacific investcorp | CIK | CFPB-2012-0028 | 4 |
| americans financial reform | OpenSecrets | CFPB-2016-0025 | 4 |
| c2 financial | CIK | CFPB-2013-0018 | 4 |
| california mortgage professionals | Nonprofit | CFPB-2012-0028 | 4 |
| california mortgage professionals | Nonprofit | CFPB-2012-0037 | 4 |
| cash time title loans | OpenSecrets | CFPB-2016-0025 | 4 |
| center responsible lending | Nonprofit | CFPB-2013-0002 | 4 |
| central land transfer | CIK | CFPB-2012-0028 | 4 |
| chicago title insurance | CIK | CFPB-2012-0028 | 4 |
| collie rescue greater illinois | Nonprofit | CFPB-2012-0028 | 4 |
| consumer law center | Nonprofit | CFPB-2012-0029 | 4 |
| consumer law center | Nonprofit | CFPB-2014-0033 | 4 |
| eagle land partners | CIK | CFPB-2012-0028 | 4 |
| escrow institute california | Nonprofit | CFPB-2012-0028 | 4 |
| fidelity title | CIK | CFPB-2012-0028 | 4 |
| financial mortgage usa | CIK | CFPB-2013-0002 | 4 |
| first priority financial | CIK | CFPB-2012-0028 | 4 |
| first security | FDIC | CFPB-2014-0033 | 4 |
| first service | FDIC | CFPB-2013-0013 | 4 |
| hallmark convalescent homes | CIK | CFPB-2013-0002 | 4 |
| heritage title austin | OpenSecrets | CFPB-2012-0028 | 4 |
| innovative medical services | CIK | CFPB-2013-0002 | 4 |
| louisiana house representatives | OpenSecrets | CFPB-2016-0025 | 4 |
| maryland house delegates | OpenSecrets | CFPB-2016-0025 | 4 |
| mi financial | CIK | CFPB-2013-0002 | 4 |
| midcountry financial | CIK | CFPB-2014-0019 | 4 |
| norwest cherry creek | FDIC | CFPB-2013-0002 | 4 |
| texas house representatives | OpenSecrets | CFPB-2016-0025 | 4 |
| texas land | Nonprofit | CFPB-2011-0008 | 4 |
| virginia heritage | FDIC | CFPB-2012-0028 | 4 |
| virtual mortgage network | CIK | CFPB-2013-0002 | 4 |
| washington legislature | OpenSecrets | CFPB-2016-0025 | 4 |
| wisconsin bankers | Nonprofit | CFPB-2012-0031 | 4 |
| american escrow | Nonprofit | CFPB-2012-0028 | 3 |
| american land title | Nonprofit | CFPB-2012-0028 | 3 |
| american society home inspectors | Nonprofit | CFPB-2012-0031 | 3 |
| americans financial reform | OpenSecrets | CFPB-2016-0020 | 3 |
| avila village first mortgage | CIK | CFPB-2012-0028 | 3 |
| bancshares mississippi | CIK | CFPB-2014-0019 | 3 |
| bankers illinois | Nonprofit | CFPB-2016-0025 | 3 |
| beacon title | CIK | CFPB-2012-0028 | 3 |
| better markets | Nonprofit | CFPB-2019-0022 | 3 |
| big valley 1 | CIK | CFPB-2012-0028 | 3 |
| california reinvestment coalition | Nonprofit | CFPB-2016-0025 | 3 |
| call center | CIK | CFPB-2016-0025 | 3 |
| cardinal credit | Credit Union | CFPB-2016-0025 | 3 |
| clearing house | Nonprofit | CFPB-2011-0009 | 3 |
| colorado house representatives | OpenSecrets | CFPB-2016-0025 | 3 |
| consumer law center | Nonprofit | CFPB-2011-0008 | 3 |
| consumer law center | Nonprofit | CFPB-2012-0028 | 3 |
| consumer law center | Nonprofit | CFPB-2017-0018 | 3 |
| fair housing alliance | Nonprofit | CFPB-2011-0008 | 3 |
| farmers west concord | FDIC | CFPB-2013-0002 | 3 |
| first california mortgage | CIK | CFPB-2012-0028 | 3 |
| first central credit | Nonprofit | CFPB-2016-0025 | 3 |
| first east texas | FDIC | CFPB-2012-0028 | 3 |
| first fidelity title | CIK | CFPB-2012-0028 | 3 |
| flagship tampa east | FDIC | CFPB-2012-0028 | 3 |
| florida senate | OpenSecrets | CFPB-2016-0025 | 3 |
| georgia watch | Nonprofit | CFPB-2016-0025 | 3 |
| great lakes home health | OpenSecrets | CFPB-2013-0002 | 3 |
| heart o texas | Credit Union | CFPB-2012-0028 | 3 |
| heller financial commercial mort asset series 1999 ph 2 | CIK | CFPB-2016-0025 | 3 |
| illinois house representatives | OpenSecrets | CFPB-2016-0025 | 3 |
| illinois pirg education | Nonprofit | CFPB-2016-0025 | 3 |
| independent bankers | FDIC | CFPB-2011-0009 | 3 |
| independent credit reporting | Nonprofit | CFPB-2012-0005 | 3 |
| indiana house representatives | OpenSecrets | CFPB-2016-0025 | 3 |
| instant cash services | CIK | CFPB-2016-0025 | 3 |
| keller williams realty | OpenSecrets | CFPB-2016-0038 | 3 |
| kings physician services pc | Nonprofit | CFPB-2012-0028 | 3 |
| lone star residential mortgage us | CIK | CFPB-2012-0037 | 3 |
| louisiana senate | OpenSecrets | CFPB-2016-0025 | 3 |
| merchants farmers | FDIC | CFPB-2013-0002 | 3 |
| michigan house representatives | OpenSecrets | CFPB-2016-0025 | 3 |
| missouri tax credit | CIK | CFPB-2012-0029 | 3 |
| mortgage bankers | Nonprofit | CFPB-2013-0018 | 3 |
| mountain states guaranty mortgage | CIK | CFPB-2012-0037 | 3 |
| network branded prepaid card | Nonprofit | CFPB-2011-0009 | 3 |
| north dakota real estate appraiser qualifications ethics | Nonprofit | CFPB-2012-0028 | 3 |
| ohio house representatives | OpenSecrets | CFPB-2016-0025 | 3 |
| pew charitable trusts | Nonprofit | CFPB-2016-0025 | 3 |
| pine river | FDIC | CFPB-2019-0021 | 3 |
| progressive leadership alliance nevada | Nonprofit | CFPB-2016-0025 | 3 |
| quail hollow herbal society | Nonprofit | CFPB-2012-0037 | 3 |
| real estate appraisers | Nonprofit | CFPB-2012-0028 | 3 |
| red river | FDIC | CFPB-2019-0021 | 3 |
| reinvestment coalition | Nonprofit | CFPB-2011-0008 | 3 |
| securian financial | OpenSecrets | CFPB-2013-0018 | 3 |
| security mortgage | CIK | CFPB-2013-0002 | 3 |
| self employed | Nonprofit | CFPB-2012-0037 | 3 |
| sf consumer action | Nonprofit | CFPB-2016-0025 | 3 |
| southland health services | CIK | CFPB-2013-0002 | 3 |
| suncoast credit | Nonprofit | CFPB-2016-0025 | 3 |
| suntrust mortgage | CIK | CFPB-2011-0008 | 3 |
| superior global solutions | CIK | CFPB-2013-0002 | 3 |
| surety financial services | CIK | CFPB-2012-0028 | 3 |
| title resource | CIK | CFPB-2012-0028 | 3 |
| troy capital partners | CIK | CFPB-2019-0022 | 3 |
| united title louisiana | OpenSecrets | CFPB-2012-0028 | 3 |
| veritec solutions | OpenSecrets | CFPB-2016-0025 | 3 |
| virginia house delegates | OpenSecrets | CFPB-2016-0025 | 3 |
| washington house representatives | OpenSecrets | CFPB-2016-0025 | 3 |
| wells fargo | FDIC | CFPB-2011-0008 | 3 |
| wells fargo | FDIC | CFPB-2012-0028 | 3 |
| wells fargo | FDIC | CFPB-2014-0033 | 3 |
| wisconsin assembly | OpenSecrets | CFPB-2016-0025 | 3 |
| wisconsin senate | OpenSecrets | CFPB-2016-0025 | 3 |
| 1st advantage bancshares | CIK | CFPB-2012-0037 | 2 |
| abc bancorp capital | CIK | CFPB-2013-0002 | 2 |
| access credit | Nonprofit | CFPB-2016-0025 | 2 |
| access point financial | CIK | CFPB-2013-0002 | 2 |
| ace cash express | OpenSecrets | CFPB-2016-0025 | 2 |
| advanced financial | Credit Union | CFPB-2016-0025 | 2 |
| affinity guest services | CIK | CFPB-2012-0028 | 2 |
| agent partners mortgage | CIK | CFPB-2012-0028 | 2 |
| agent partners mortgage | CIK | CFPB-2013-0002 | 2 |
| alaska usa credit | OpenSecrets | CFPB-2012-0050 | 2 |
| alliant insurance services | OpenSecrets | CFPB-2012-0028 | 2 |
| allied mortgage financial | CIK | CFPB-2012-0028 | 2 |
| allied mortgage financial | CIK | CFPB-2012-0037 | 2 |
| american airlines credit | OpenSecrets | CFPB-2013-0031 | 2 |
| american bankers | Nonprofit | CFPB-2011-0009 | 2 |
| american bankers | Nonprofit | CFPB-2013-0002 | 2 |
| american bankers | Nonprofit | CFPB-2013-0010 | 2 |
| american bankers | Nonprofit | CFPB-2014-0009 | 2 |
| american bankers | Nonprofit | CFPB-2016-0025 | 2 |
| american bankers | Nonprofit | CFPB-2017-0018 | 2 |
| american bankers | Nonprofit | CFPB-2019-0021 | 2 |
| american capital | CIK | CFPB-2012-0028 | 2 |
| american escrow | Nonprofit | CFPB-2017-0018 | 2 |
| american express | CIK | CFPB-2016-0020 | 2 |
| american land title | Nonprofit | CFPB-2016-0038 | 2 |
| american legal financial network | Nonprofit | CFPB-2014-0033 | 2 |
| american savings | FDIC | CFPB-2014-0019 | 2 |
| american society appraisers | Nonprofit | CFPB-2012-0028 | 2 |
| americans financial reform | OpenSecrets | CFPB-2011-0008 | 2 |
| americans financial reform | OpenSecrets | CFPB-2011-0009 | 2 |
| americans financial reform | OpenSecrets | CFPB-2014-0033 | 2 |
| americash loans | OpenSecrets | CFPB-2016-0025 | 2 |
| anworth mortgage asset | CIK | CFPB-2013-0002 | 2 |
| arizona house representatives | OpenSecrets | CFPB-2016-0025 | 2 |
| arizona senate | OpenSecrets | CFPB-2016-0025 | 2 |
| aspire financial services | CIK | CFPB-2013-0002 | 2 |
| atlanta legal aid society | Nonprofit | CFPB-2012-0029 | 2 |
| automotive recovery services | CIK | CFPB-2019-0022 | 2 |
| bankers illinois | Nonprofit | CFPB-2014-0010 | 2 |
| bankers illinois | Nonprofit | CFPB-2014-0019 | 2 |
| bankers illinois | Nonprofit | CFPB-2015-0004 | 2 |
| bankers illinois | Nonprofit | CFPB-2019-0021 | 2 |
| bellco credit | Nonprofit | CFPB-2012-0028 | 2 |
| big valley 1 | CIK | CFPB-2012-0037 | 2 |
| blue stripe software | CIK | CFPB-2013-0002 | 2 |
| brentwood baptist church | Credit Union | CFPB-2016-0025 | 2 |
| california creditors bar | Nonprofit | CFPB-2019-0022 | 2 |
| california hispanic chambers commerce foundation | Nonprofit | CFPB-2016-0025 | 2 |
| california realtors | Nonprofit | CFPB-2011-0008 | 2 |
| california reinvestment coalition | Nonprofit | CFPB-2012-0033 | 2 |
| california reinvestment coalition | Nonprofit | CFPB-2012-0034 | 2 |
| cambridge real estate professional foundation | Nonprofit | CFPB-2012-0028 | 2 |
| capital cash management | CIK | CFPB-2016-0025 | 2 |
| cascade funding cdo | CIK | CFPB-2012-0037 | 2 |
| castle cooke inchi | CIK | CFPB-2012-0028 | 2 |
| cbc companies | OpenSecrets | CFPB-2011-0029 | 2 |
| cedar hill offshore mortgage opportunity | CIK | CFPB-2012-0037 | 2 |
| cedar valley | FDIC | CFPB-2012-0028 | 2 |
| center housing policy | Nonprofit | CFPB-2012-0028 | 2 |
| center plain language | Nonprofit | CFPB-2012-0032 | 2 |
| center public justice | Nonprofit | CFPB-2016-0025 | 2 |
| center responsible lending | Nonprofit | CFPB-2012-0028 | 2 |
| center responsible lending | Nonprofit | CFPB-2013-0010 | 2 |
| center responsible lending | Nonprofit | CFPB-2014-0009 | 2 |
| chapter 13 trustees | Nonprofit | CFPB-2013-0031 | 2 |
| chapter 13 trustees | Nonprofit | CFPB-2014-0033 | 2 |
| checkers control partnership | CIK | CFPB-2016-0025 | 2 |
| childrens safety village central florida | Nonprofit | CFPB-2016-0025 | 2 |
| christian faith ministries north texas | Nonprofit | CFPB-2016-0025 | 2 |
| cincinnati ohio police | Credit Union | CFPB-2016-0025 | 2 |
| citizens alliance | FDIC | CFPB-2019-0021 | 2 |
| citizens north side | FDIC | CFPB-2016-0025 | 2 |
| civil justice | Nonprofit | CFPB-2016-0025 | 2 |
| clearing house | Nonprofit | CFPB-2014-0008 | 2 |
| cng financial | CIK | CFPB-2016-0025 | 2 |
| colfax banking | FDIC | CFPB-2013-0002 | 2 |
| colonial virginia | FDIC | CFPB-2012-0028 | 2 |
| concerned citizen riverside | Nonprofit | CFPB-2016-0025 | 2 |
| consumer bankers | Nonprofit | CFPB-2012-0028 | 2 |
| consumer bankers | Nonprofit | CFPB-2019-0022 | 2 |
| consumer law center | Nonprofit | CFPB-2011-0009 | 2 |
| consumer law center | Nonprofit | CFPB-2012-0037 | 2 |
| consumer law center | Nonprofit | CFPB-2012-0050 | 2 |
| consumer law center | Nonprofit | CFPB-2013-0018 | 2 |
| consumer law center | Nonprofit | CFPB-2014-0009 | 2 |
| consumer law center | Nonprofit | CFPB-2016-0020 | 2 |
Fixing comment urls to merge data
load(here("data", "bluebook.Rdata"))
load(here("data", "tech_iterations.RData"))
technical_terms %<>% mutate(comment_url = doc_id)
# names(bluebook)
# bluebook %>% count(comment_url, sort = T)
d %>% #filter(Agency != "CFPB") %>%
group_by(Agency) %>%
slice_head(n = 1) %>%
select(comment_url) %>% kablebox()fix_url <- . %>%
mutate(
comment_url = gsub(pattern = "https:/www.sec.gov",
replacement = "https://www.sec.gov",
x = comment_url),
comment_url = gsub(pattern = "S7-",
replacement = "s7-",
x = comment_url),
# Federal Reserve Fix
comment_url = gsub(pattern = "https:\\/\\/www\\.federalreserve\\.gov\\/SECRS\\/\\d{4}\\/\\w+/\\d{1,}/",
replacement = "",
x = comment_url)
)
d %<>% fix_url()
bluebook %<>% fix_url()
technical_terms %<>% fix_url()
bluebook %>% kablebox()| comment_url | US_Code | Supreme_Court_Cases | Appeals_and_District_Court_Cases | Code_of_Federal_Regulations | Federal_Register_Total | Total_Legal_Citations |
|---|---|---|---|---|---|---|
| R-1412/R-1412_051911_71611_497486905412_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-146546 | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.sec.gov/comments/s7-08-10/s70810-119.pdf | 1 | 0 | 0 | 0 | 1 | 2 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199784 | 0 | 0 | 0 | 2 | 0 | 2 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199782 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1412/R-1412_041711_69442_354673619135_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199577 | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-158285 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1412/R-1412_051911_71612_506496708236_1.pdf | 1 | 0 | 0 | 3 | 0 | 4 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199578 | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-191003 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1412/R-1412_051911_70997_425561922284_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199579 | 0 | 0 | 0 | 1 | 0 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-198999 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1412/R-1412_052311_73337_478587946172_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199580 | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199783 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1412/R-1412_041911_69463_557509371194_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199581 | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199792 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1412/R-1412_050411_69610_431829601616_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199582 | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199791 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1412/R-1412_050911_69634_363947766692_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199583 | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199794 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1412/R-1412_051911_72790_547401781496_1.pdf | 0 | 0 | 0 | 0 | 1 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199584 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1412/R-1412_051911_71029_425829269456_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199585 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1412/R-1412_051811_69738_294003495848_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199586 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060111_80839_530391608948_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199587 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080211_87594_449251562158_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199589 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080911_87635_582360078498_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199588 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_073111_84851_413333067817_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199590 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_062411_81720_359996270765_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199591 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_071111_81832_458364452281_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199592 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_102913_111464_309528623916_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199593 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_111813_111630_580442216895_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199594 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111526_347821319429_1.pdf | 0 | 0 | 0 | 0 | 1 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199595 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060911_81224_521506409071_1.pdf | 0 | 0 | 0 | 1 | 38 | 39 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199596 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_041411_69374_393905264058_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199597 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_062411_81710_602644960469_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199598 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072911_84834_375986422550_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199599 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060811_81212_316238468756_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199600 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072911_84822_375985016291_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199601 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_86567_383835049745_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199602 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_061311_81289_314747763031_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199603 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111504_377906975622_1.pdf | 3 | 0 | 0 | 3 | 0 | 6 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199604 | 1 | 0 | 0 | 0 | 0 | 1 |
| R-1411/R-1411_072711_84718_471267270368_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199605 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_111813_111644_580445810852_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199606 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_84924_417744173012_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199607 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_012512_88685_453607889242_1.pdf | 1 | 0 | 0 | 0 | 1 | 2 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199608 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_87580_417746204275_1.pdf | 3 | 0 | 0 | 0 | 4 | 7 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199609 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_102313_111431_581214636517_1.pdf | 0 | 0 | 0 | 0 | 1 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199610 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111525_347816787947_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199612 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060411_81016_222259562180_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199611 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_111411_88532_354974179273_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199613 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072211_84160_542286677571_1.pdf | 3 | 0 | 0 | 3 | 1 | 7 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199614 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111561_566103621638_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199615 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_062811_81513_507128489195_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199616 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_84906_556172232627_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199617 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_061011_81235_324869405767_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199618 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_102913_111475_309527373852_1.pdf | 1 | 0 | 0 | 0 | 0 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199619 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072911_84860_350364647632_1.pdf | 3 | 0 | 0 | 0 | 0 | 3 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199620 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_072811_84770_449537580770_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199621 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_102313_111430_581214949033_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199622 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072811_84771_449536955766_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199623 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_070511_81698_413321708948_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199625 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_022114_112033_417433466933_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199626 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080211_87600_449250468401_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199728 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_071211_81857_462579689462_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199730 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_042111_69521_573769838873_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199729 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_092711_87691_536566635091_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199731 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_87583_417745891773_1.pdf | 1 | 0 | 0 | 0 | 0 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199735 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_092413_111398_329513213586_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199732 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111484_334826850968_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199733 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111483_334828569817_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199734 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_061711_81320_588299265019_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199737 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_062111_81352_414625074295_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199736 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_062411_81711_359994551982_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199738 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_84893_360641900906_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199739 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080811_87638_369545161547_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199740 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_103013_111481_297549016446_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199742 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_111813_111658_535382600578_1.pdf | 0 | 0 | 0 | 1 | 0 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199743 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072911_84837_375986735052_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199741 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_060111_80835_491323765136_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199745 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_080111_87561_558518519663_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199746 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_103013_111554_566102527895_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199747 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_080111_87569_417744798016_1.pdf | 6 | 0 | 0 | 1 | 0 | 7 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199744 | 0 | 0 | 0 | 2 | 0 | 2 |
| R-1411/R-1411_060111_80834_295755211628_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199748 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_041511_69417_503919840769_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199749 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_012413_110948_334747741190_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199750 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072611_84595_542287302575_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199751 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111460_309518779662_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199752 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_111813_111640_580445967111_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199753 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_080211_87598_449259374708_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199754 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111488_334826225932_1.pdf | 0 | 0 | 0 | 0 | 1 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199755 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_060211_80841_295756305392_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199756 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_060611_81047_393876006872_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199757 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_100913_111407_568243580757_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199758 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_020614_111992_540608767244_1.pdf | 0 | 0 | 0 | 0 | 1 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199759 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_032311_69533_582721581887_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199760 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_062911_81630_462919979207_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199761 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_84911_559945850528_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199762 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_84887_360640807149_1.pdf | 0 | 0 | 0 | 0 | 1 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199763 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072811_84776_449537893272_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199765 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072811_84747_416368930992_1.pdf | 0 | 0 | 0 | 1 | 0 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199764 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_021312_105549_538200358349_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199766 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060311_80989_384196300172_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199767 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_112413_111767_329455320829_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199768 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111519_347817256721_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199769 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111555_566101902899_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199770 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_072711_84765_449536643264_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199771 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072911_84863_355719525653_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199772 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_061211_81261_353877745819_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199773 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411A_071311_81880_535762419897_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199774 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_033011_69277_589530250230_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199775 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072811_84768_449538518276_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199776 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_103013_111518_347818819301_1.pdf | 0 | 0 | 0 | 0 | 1 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199778 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111566_566099871662_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199777 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111510_347816944205_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199779 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_061011_81248_328519296235_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199781 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111568_557755872499_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199780 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111562_566103152891_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199785 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060311_81038_295758336668_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199786 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_062411_81715_359995333247_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199787 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060111_80838_295755992888_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199788 | 0 | 0 | 0 | 1 | 0 | 1 |
| R-1411/R-1411_052411_73340_478588883684_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199789 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111559_566102684144_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199790 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060111_80836_295755524132_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199793 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111520_347820069365_1.pdf | 0 | 0 | 0 | 0 | 4 | 4 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199797 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072911_84862_351830907016_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199796 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_070111_81662_409479061108_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199800 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_102913_111466_309525342498_1.pdf | 0 | 0 | 0 | 0 | 4 | 4 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199802 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072811_84750_416368462239_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199801 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_061211_81262_355290107647_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199803 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072911_84836_375986578801_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199804 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_87587_417744954267_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199805 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_111813_111638_580447217183_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199806 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_061311_81292_301582488655_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199807 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_87573_417747610534_1.pdf | 1 | 0 | 0 | 0 | 0 | 1 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199808 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072511_84581_474302758545_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199809 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072111_83442_538583060118_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199811 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_040711_69308_571253267001_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199810 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_84908_558997406958_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199812 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_061011_81275_325757542135_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199814 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072711_84737_382164084912_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199813 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_87584_417746048024_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199815 | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_87586_417744641765_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_011714_111818_628869953252_1.pdf | 0 | 0 | 0 | 0 | 2 | 2 |
| R-1411/R-1411_063011_81648_406615465165_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_103013_111457_309524561208_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_061311_81285_401476998151_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_87566_374042018320_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_062711_81491_510422146182_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060911_81217_334404951284_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072711_84692_542288396332_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_062211_81351_576611220271_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_052611_78628_544575076424_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_112013_111668_439983001574_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_110513_111574_372763819926_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_030513_111037_588860726494_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_111813_111662_535381194256_1.pdf | 0 | 0 | 0 | 0 | 1 | 1 |
| R-1411/R-1411_051011_81207_520874414599_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_062311_81356_521602068583_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_102913_111445_371000794814_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060311_80995_295757711660_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060911_81216_316239093764_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_061211_81263_327783505567_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_112713_111667_439983470345_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060911_81206_336225287084_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_111813_111629_580440966823_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_84901_360643150914_1.pdf | 0 | 0 | 0 | 0 | 1 | 1 |
| R-1411/R-1411_111813_111639_580444248262_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_080111_84873_360638932137_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_072711_84699_542288552583_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_061011_81243_586505051216_1.pdf | 0 | 1 | 0 | 0 | 1 | 2 |
| R-1411/R-1411_060111_80004_489886246736_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_060211_80840_295756149140_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
| R-1411/R-1411_062411_81709_601158681933_1.pdf | 0 | 0 | 0 | 0 | 0 | 0 |
technical_terms %>% kablebox()| doc_id | uk_law | banking | us_law | overlap | dictionary_terms | comment_url |
|---|---|---|---|---|---|---|
| R-1412/R-1412_051911_71611_497486905412_1.pdf | 65 | 94 | 265 | 66 | 293 | R-1412/R-1412_051911_71611_497486905412_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-146546 | 4254 | 5001 | 13423 | 3506 | 14918 | https://www.regulations.gov/document?D=CFPB-2016-0025-146546 |
| https:/www.sec.gov/comments/S7-08-10/s70810-119.pdf | 4627 | 6509 | 14527 | 5037 | 15999 | https://www.sec.gov/comments/s7-08-10/s70810-119.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199784 | 6705 | 1918 | 15310 | 353 | 16875 | https://www.regulations.gov/document?D=CFPB-2016-0025-199784 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199782 | 10841 | 5212 | 28265 | 2230 | 31247 | https://www.regulations.gov/document?D=CFPB-2016-0025-199782 |
| R-1412/R-1412_041711_69442_354673619135_1.pdf | 8 | 15 | 30 | 12 | 33 | R-1412/R-1412_041711_69442_354673619135_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199577 | 1308 | 475 | 3599 | 154 | 3920 | https://www.regulations.gov/document?D=CFPB-2016-0025-199577 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-158285 | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-158285 |
| R-1412/R-1412_051911_71612_506496708236_1.pdf | 62 | 94 | 264 | 57 | 301 | R-1412/R-1412_051911_71612_506496708236_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199578 | 1272 | 371 | 3431 | 103 | 3699 | https://www.regulations.gov/document?D=CFPB-2016-0025-199578 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-191003 | 1077 | 1281 | 2444 | 1005 | 2720 | https://www.regulations.gov/document?D=CFPB-2016-0025-191003 |
| R-1412/R-1412_051911_70997_425561922284_1.pdf | 104 | 216 | 681 | 156 | 741 | R-1412/R-1412_051911_70997_425561922284_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199579 | 1198 | 365 | 3266 | 106 | 3525 | https://www.regulations.gov/document?D=CFPB-2016-0025-199579 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-198999 | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-198999 |
| R-1412/R-1412_052311_73337_478587946172_1.pdf | 33 | 44 | 117 | 24 | 137 | R-1412/R-1412_052311_73337_478587946172_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199580 | 1372 | 561 | 3820 | 199 | 4182 | https://www.regulations.gov/document?D=CFPB-2016-0025-199580 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199783 | 2819 | 1219 | 5608 | 145 | 6682 | https://www.regulations.gov/document?D=CFPB-2016-0025-199783 |
| R-1412/R-1412_041911_69463_557509371194_1.pdf | 14 | 21 | 58 | 21 | 58 | R-1412/R-1412_041911_69463_557509371194_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199581 | 1265 | 400 | 3406 | 115 | 3691 | https://www.regulations.gov/document?D=CFPB-2016-0025-199581 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199792 | 7216 | 6988 | 20683 | 4815 | 22856 | https://www.regulations.gov/document?D=CFPB-2016-0025-199792 |
| R-1412/R-1412_050411_69610_431829601616_1.pdf | 65 | 69 | 148 | 46 | 171 | R-1412/R-1412_050411_69610_431829601616_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199582 | 1260 | 428 | 3514 | 169 | 3773 | https://www.regulations.gov/document?D=CFPB-2016-0025-199582 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199791 | 8582 | 7540 | 24520 | 5119 | 26941 | https://www.regulations.gov/document?D=CFPB-2016-0025-199791 |
| R-1412/R-1412_050911_69634_363947766692_1.pdf | 27 | 45 | 144 | 32 | 157 | R-1412/R-1412_050911_69634_363947766692_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199583 | 1702 | 851 | 4838 | 448 | 5241 | https://www.regulations.gov/document?D=CFPB-2016-0025-199583 |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199794 | 7953 | 7561 | 22014 | 5240 | 24335 | https://www.regulations.gov/document?D=CFPB-2016-0025-199794 |
| R-1412/R-1412_051911_72790_547401781496_1.pdf | 52 | 76 | 241 | 62 | 255 | R-1412/R-1412_051911_72790_547401781496_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199584 | 1750 | 877 | 4923 | 419 | 5381 | https://www.regulations.gov/document?D=CFPB-2016-0025-199584 |
| R-1412/R-1412_051911_71029_425829269456_1.pdf | 41 | 63 | 195 | 37 | 221 | R-1412/R-1412_051911_71029_425829269456_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199585 | 2073 | 1151 | 5240 | 485 | 5906 | https://www.regulations.gov/document?D=CFPB-2016-0025-199585 |
| R-1412/R-1412_051811_69738_294003495848_1.pdf | 245 | 266 | 1110 | 181 | 1195 | R-1412/R-1412_051811_69738_294003495848_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199586 | 1766 | 787 | 4020 | 220 | 4587 | https://www.regulations.gov/document?D=CFPB-2016-0025-199586 |
| R-1411/R-1411_060111_80839_530391608948_1.pdf | 34 | 39 | 103 | 35 | 107 | R-1411/R-1411_060111_80839_530391608948_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199587 | 1246 | 375 | 3314 | 121 | 3568 | https://www.regulations.gov/document?D=CFPB-2016-0025-199587 |
| R-1411/R-1411_080211_87594_449251562158_1.pdf | 18 | 18 | 59 | 16 | 61 | R-1411/R-1411_080211_87594_449251562158_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199589 | 1235 | 369 | 3460 | 120 | 3709 | https://www.regulations.gov/document?D=CFPB-2016-0025-199589 |
| R-1411/R-1411_080911_87635_582360078498_1.pdf | 55 | 67 | 173 | 58 | 182 | R-1411/R-1411_080911_87635_582360078498_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199588 | 1305 | 409 | 3497 | 132 | 3774 | https://www.regulations.gov/document?D=CFPB-2016-0025-199588 |
| R-1411/R-1411_073111_84851_413333067817_1.pdf | 11 | 8 | 27 | 10 | 25 | R-1411/R-1411_073111_84851_413333067817_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199590 | 1266 | 368 | 3334 | 116 | 3586 | https://www.regulations.gov/document?D=CFPB-2016-0025-199590 |
| R-1411/R-1411_062411_81720_359996270765_1.pdf | 42 | 43 | 105 | 30 | 118 | R-1411/R-1411_062411_81720_359996270765_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199591 | 1282 | 398 | 3454 | 129 | 3723 | https://www.regulations.gov/document?D=CFPB-2016-0025-199591 |
| R-1411/R-1411_071111_81832_458364452281_1.pdf | 92 | 110 | 370 | 92 | 388 | R-1411/R-1411_071111_81832_458364452281_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199592 | 1335 | 414 | 3573 | 155 | 3832 | https://www.regulations.gov/document?D=CFPB-2016-0025-199592 |
| R-1411/R-1411_102913_111464_309528623916_1.pdf | 314 | 442 | 1132 | 351 | 1223 | R-1411/R-1411_102913_111464_309528623916_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199593 | 1046 | 356 | 2759 | 101 | 3014 | https://www.regulations.gov/document?D=CFPB-2016-0025-199593 |
| R-1411/R-1411_111813_111630_580442216895_1.pdf | 83 | 97 | 295 | 86 | 306 | R-1411/R-1411_111813_111630_580442216895_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199594 | 1140 | 387 | 3088 | 121 | 3354 | https://www.regulations.gov/document?D=CFPB-2016-0025-199594 |
| R-1411/R-1411_103013_111526_347821319429_1.pdf | 343 | 351 | 1083 | 282 | 1152 | R-1411/R-1411_103013_111526_347821319429_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199595 | 1199 | 391 | 3342 | 121 | 3612 | https://www.regulations.gov/document?D=CFPB-2016-0025-199595 |
| R-1411/R-1411_060911_81224_521506409071_1.pdf | 4648 | 6686 | 15202 | 5780 | 16108 | R-1411/R-1411_060911_81224_521506409071_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199596 | 1259 | 427 | 3449 | 130 | 3746 | https://www.regulations.gov/document?D=CFPB-2016-0025-199596 |
| R-1411/R-1411_041411_69374_393905264058_1.pdf | 78 | 95 | 244 | 75 | 264 | R-1411/R-1411_041411_69374_393905264058_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199597 | 1273 | 397 | 3410 | 130 | 3677 | https://www.regulations.gov/document?D=CFPB-2016-0025-199597 |
| R-1411/R-1411_062411_81710_602644960469_1.pdf | 59 | 75 | 213 | 62 | 226 | R-1411/R-1411_062411_81710_602644960469_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199598 | 1278 | 503 | 3584 | 145 | 3942 | https://www.regulations.gov/document?D=CFPB-2016-0025-199598 |
| R-1411/R-1411_072911_84834_375986422550_1.pdf | 57 | 70 | 286 | 53 | 303 | R-1411/R-1411_072911_84834_375986422550_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199599 | 2079 | 1073 | 4564 | 299 | 5338 | https://www.regulations.gov/document?D=CFPB-2016-0025-199599 |
| R-1411/R-1411_060811_81212_316238468756_1.pdf | 91 | 125 | 312 | 93 | 344 | R-1411/R-1411_060811_81212_316238468756_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199600 | 2354 | 1289 | 6237 | 720 | 6806 | https://www.regulations.gov/document?D=CFPB-2016-0025-199600 |
| R-1411/R-1411_072911_84822_375985016291_1.pdf | 64 | 40 | 126 | 40 | 126 | R-1411/R-1411_072911_84822_375985016291_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199601 | 1272 | 460 | 3427 | 118 | 3769 | https://www.regulations.gov/document?D=CFPB-2016-0025-199601 |
| R-1411/R-1411_080111_86567_383835049745_1.pdf | 73 | 43 | 261 | 39 | 265 | R-1411/R-1411_080111_86567_383835049745_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199602 | 1184 | 354 | 3196 | 97 | 3453 | https://www.regulations.gov/document?D=CFPB-2016-0025-199602 |
| R-1411/R-1411_061311_81289_314747763031_1.pdf | 212 | 441 | 1149 | 380 | 1210 | R-1411/R-1411_061311_81289_314747763031_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199603 | 1325 | 503 | 3581 | 167 | 3917 | https://www.regulations.gov/document?D=CFPB-2016-0025-199603 |
| R-1411/R-1411_103013_111504_377906975622_1.pdf | 351 | 467 | 1117 | 412 | 1172 | R-1411/R-1411_103013_111504_377906975622_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199604 | 1262 | 425 | 3419 | 115 | 3729 | https://www.regulations.gov/document?D=CFPB-2016-0025-199604 |
| R-1411/R-1411_072711_84718_471267270368_1.pdf | 25 | 23 | 72 | 17 | 78 | R-1411/R-1411_072711_84718_471267270368_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199605 | 1207 | 362 | 3344 | 99 | 3607 | https://www.regulations.gov/document?D=CFPB-2016-0025-199605 |
| R-1411/R-1411_111813_111644_580445810852_1.pdf | 353 | 429 | 1252 | 333 | 1348 | R-1411/R-1411_111813_111644_580445810852_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199606 | 1239 | 380 | 3410 | 119 | 3671 | https://www.regulations.gov/document?D=CFPB-2016-0025-199606 |
| R-1411/R-1411_080111_84924_417744173012_1.pdf | 103 | 160 | 374 | 130 | 404 | R-1411/R-1411_080111_84924_417744173012_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199607 | 2175 | 1364 | 5606 | 618 | 6352 | https://www.regulations.gov/document?D=CFPB-2016-0025-199607 |
| R-1411/R-1411_012512_88685_453607889242_1.pdf | 97 | 102 | 321 | 89 | 334 | R-1411/R-1411_012512_88685_453607889242_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199608 | 2818 | 1173 | 5507 | 145 | 6535 | https://www.regulations.gov/document?D=CFPB-2016-0025-199608 |
| R-1411/R-1411_080111_87580_417746204275_1.pdf | 305 | 348 | 860 | 300 | 908 | R-1411/R-1411_080111_87580_417746204275_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199609 | 1523 | 588 | 3914 | 203 | 4299 | https://www.regulations.gov/document?D=CFPB-2016-0025-199609 |
| R-1411/R-1411_102313_111431_581214636517_1.pdf | 78 | 108 | 273 | 87 | 294 | R-1411/R-1411_102313_111431_581214636517_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199610 | 1254 | 358 | 3312 | 112 | 3558 | https://www.regulations.gov/document?D=CFPB-2016-0025-199610 |
| R-1411/R-1411_103013_111525_347816787947_1.pdf | 85 | 65 | 227 | 51 | 241 | R-1411/R-1411_103013_111525_347816787947_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199612 | 1233 | 321 | 3258 | 89 | 3490 | https://www.regulations.gov/document?D=CFPB-2016-0025-199612 |
| R-1411/R-1411_060411_81016_222259562180_1.pdf | 312 | 468 | 975 | 385 | 1058 | R-1411/R-1411_060411_81016_222259562180_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199611 | 1245 | 453 | 3352 | 145 | 3660 | https://www.regulations.gov/document?D=CFPB-2016-0025-199611 |
| R-1411/R-1411_111411_88532_354974179273_1.pdf | 53 | 55 | 154 | 43 | 166 | R-1411/R-1411_111411_88532_354974179273_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199613 | 1201 | 407 | 3115 | 114 | 3408 | https://www.regulations.gov/document?D=CFPB-2016-0025-199613 |
| R-1411/R-1411_072211_84160_542286677571_1.pdf | 5214 | 8261 | 19177 | 6686 | 20752 | R-1411/R-1411_072211_84160_542286677571_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199614 | 1304 | 414 | 3562 | 134 | 3842 | https://www.regulations.gov/document?D=CFPB-2016-0025-199614 |
| R-1411/R-1411_103013_111561_566103621638_1.pdf | 192 | 284 | 639 | 244 | 679 | R-1411/R-1411_103013_111561_566103621638_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199615 | 1248 | 387 | 3426 | 127 | 3686 | https://www.regulations.gov/document?D=CFPB-2016-0025-199615 |
| R-1411/R-1411_062811_81513_507128489195_1.pdf | 66 | 54 | 174 | 42 | 186 | R-1411/R-1411_062811_81513_507128489195_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199616 | 1259 | 379 | 3412 | 131 | 3660 | https://www.regulations.gov/document?D=CFPB-2016-0025-199616 |
| R-1411/R-1411_080111_84906_556172232627_1.pdf | 281 | 389 | 982 | 322 | 1049 | R-1411/R-1411_080111_84906_556172232627_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199617 | 1292 | 438 | 3422 | 142 | 3718 | https://www.regulations.gov/document?D=CFPB-2016-0025-199617 |
| R-1411/R-1411_061011_81235_324869405767_1.pdf | 20 | 13 | 43 | 12 | 44 | R-1411/R-1411_061011_81235_324869405767_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199618 | 1306 | 425 | 3416 | 115 | 3726 | https://www.regulations.gov/document?D=CFPB-2016-0025-199618 |
| R-1411/R-1411_102913_111475_309527373852_1.pdf | 206 | 262 | 657 | 194 | 725 | R-1411/R-1411_102913_111475_309527373852_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199619 | 1293 | 430 | 3516 | 163 | 3783 | https://www.regulations.gov/document?D=CFPB-2016-0025-199619 |
| R-1411/R-1411_072911_84860_350364647632_1.pdf | 938 | 1449 | 3618 | 1230 | 3837 | R-1411/R-1411_072911_84860_350364647632_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199620 | 1206 | 318 | 3302 | 85 | 3535 | https://www.regulations.gov/document?D=CFPB-2016-0025-199620 |
| R-1411/R-1411_072811_84770_449537580770_1.pdf | 212 | 250 | 704 | 207 | 747 | R-1411/R-1411_072811_84770_449537580770_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199621 | 1208 | 343 | 3232 | 98 | 3477 | https://www.regulations.gov/document?D=CFPB-2016-0025-199621 |
| R-1411/R-1411_102313_111430_581214949033_1.pdf | 55 | 83 | 221 | 73 | 231 | R-1411/R-1411_102313_111430_581214949033_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199622 | 1250 | 395 | 3329 | 106 | 3618 | https://www.regulations.gov/document?D=CFPB-2016-0025-199622 |
| R-1411/R-1411_072811_84771_449536955766_1.pdf | 106 | 117 | 362 | 95 | 384 | R-1411/R-1411_072811_84771_449536955766_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199623 | 1199 | 333 | 3189 | 90 | 3432 | https://www.regulations.gov/document?D=CFPB-2016-0025-199623 |
| R-1411/R-1411_070511_81698_413321708948_1.pdf | 157 | 14 | 176 | 6 | 184 | R-1411/R-1411_070511_81698_413321708948_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199625 | 3287 | 2662 | 8782 | 1411 | 10033 | https://www.regulations.gov/document?D=CFPB-2016-0025-199625 |
| R-1411/R-1411_022114_112033_417433466933_1.pdf | 90 | 83 | 240 | 75 | 248 | R-1411/R-1411_022114_112033_417433466933_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199626 | 3780 | 2956 | 10981 | 1762 | 12175 | https://www.regulations.gov/document?D=CFPB-2016-0025-199626 |
| R-1411/R-1411_080211_87600_449250468401_1.pdf | 52 | 44 | 117 | 35 | 126 | R-1411/R-1411_080211_87600_449250468401_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199728 | 2180 | 1142 | 5112 | 356 | 5898 | https://www.regulations.gov/document?D=CFPB-2016-0025-199728 |
| R-1411/R-1411_071211_81857_462579689462_1.pdf | 9 | 6 | 28 | 8 | 26 | R-1411/R-1411_071211_81857_462579689462_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199730 | 3314 | 1326 | 6118 | 108 | 7336 | https://www.regulations.gov/document?D=CFPB-2016-0025-199730 |
| R-1411/R-1411_042111_69521_573769838873_1.pdf | 61 | 57 | 181 | 47 | 191 | R-1411/R-1411_042111_69521_573769838873_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199729 | 1960 | 945 | 4299 | 217 | 5027 | https://www.regulations.gov/document?D=CFPB-2016-0025-199729 |
| R-1411/R-1411_092711_87691_536566635091_1.pdf | 42 | 58 | 158 | 42 | 174 | R-1411/R-1411_092711_87691_536566635091_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199731 | 3373 | 1390 | 6280 | 122 | 7548 | https://www.regulations.gov/document?D=CFPB-2016-0025-199731 |
| R-1411/R-1411_080111_87583_417745891773_1.pdf | 703 | 1127 | 2817 | 947 | 2997 | R-1411/R-1411_080111_87583_417745891773_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199735 | 3309 | 1323 | 6160 | 119 | 7364 | https://www.regulations.gov/document?D=CFPB-2016-0025-199735 |
| R-1411/R-1411_092413_111398_329513213586_1.pdf | 21 | 20 | 76 | 18 | 78 | R-1411/R-1411_092413_111398_329513213586_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199732 | 2031 | 898 | 4644 | 199 | 5343 | https://www.regulations.gov/document?D=CFPB-2016-0025-199732 |
| R-1411/R-1411_103013_111484_334826850968_1.pdf | 47 | 45 | 151 | 38 | 158 | R-1411/R-1411_103013_111484_334826850968_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199733 | 2302 | 1055 | 4756 | 468 | 5343 | https://www.regulations.gov/document?D=CFPB-2016-0025-199733 |
| R-1411/R-1411_103013_111483_334828569817_1.pdf | 58 | 44 | 149 | 40 | 153 | R-1411/R-1411_103013_111483_334828569817_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199734 | 2303 | 1239 | 5594 | 595 | 6238 | https://www.regulations.gov/document?D=CFPB-2016-0025-199734 |
| R-1411/R-1411_061711_81320_588299265019_1.pdf | 53 | 59 | 169 | 39 | 189 | R-1411/R-1411_061711_81320_588299265019_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199737 | 3229 | 1343 | 6076 | 124 | 7295 | https://www.regulations.gov/document?D=CFPB-2016-0025-199737 |
| R-1411/R-1411_062111_81352_414625074295_1.pdf | 54 | 60 | 172 | 41 | 191 | R-1411/R-1411_062111_81352_414625074295_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199736 | 3236 | 1289 | 5896 | 96 | 7089 | https://www.regulations.gov/document?D=CFPB-2016-0025-199736 |
| R-1411/R-1411_062411_81711_359994551982_1.pdf | 64 | 99 | 274 | 81 | 292 | R-1411/R-1411_062411_81711_359994551982_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199738 | 3243 | 1305 | 6028 | 119 | 7214 | https://www.regulations.gov/document?D=CFPB-2016-0025-199738 |
| R-1411/R-1411_080111_84893_360641900906_1.pdf | 43 | 57 | 169 | 46 | 180 | R-1411/R-1411_080111_84893_360641900906_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199739 | 3271 | 1381 | 6052 | 133 | 7300 | https://www.regulations.gov/document?D=CFPB-2016-0025-199739 |
| R-1411/R-1411_080811_87638_369545161547_1.pdf | 149 | 115 | 344 | 94 | 365 | R-1411/R-1411_080811_87638_369545161547_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199740 | 3372 | 1372 | 6284 | 130 | 7526 | https://www.regulations.gov/document?D=CFPB-2016-0025-199740 |
| R-1411/R-1411_103013_111481_297549016446_1.pdf | 63 | 50 | 200 | 42 | 208 | R-1411/R-1411_103013_111481_297549016446_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199742 | 2903 | 1221 | 5651 | 164 | 6708 | https://www.regulations.gov/document?D=CFPB-2016-0025-199742 |
| R-1411/R-1411_111813_111658_535382600578_1.pdf | 152 | 166 | 511 | 141 | 536 | R-1411/R-1411_111813_111658_535382600578_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199743 | 3104 | 1266 | 5831 | 112 | 6985 | https://www.regulations.gov/document?D=CFPB-2016-0025-199743 |
| R-1411/R-1411_072911_84837_375986735052_1.pdf | 123 | 187 | 507 | 163 | 531 | R-1411/R-1411_072911_84837_375986735052_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199741 | 3235 | 1306 | 5959 | 103 | 7162 | https://www.regulations.gov/document?D=CFPB-2016-0025-199741 |
| R-1411/R-1411_060111_80835_491323765136_1.pdf | 30 | 26 | 63 | 21 | 68 | R-1411/R-1411_060111_80835_491323765136_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199745 | 2272 | 861 | 4701 | 108 | 5454 | https://www.regulations.gov/document?D=CFPB-2016-0025-199745 |
| R-1411/R-1411_080111_87561_558518519663_1.pdf | 89 | 123 | 284 | 100 | 307 | R-1411/R-1411_080111_87561_558518519663_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199746 | 3170 | 1525 | 6752 | 343 | 7934 | https://www.regulations.gov/document?D=CFPB-2016-0025-199746 |
| R-1411/R-1411_103013_111554_566102527895_1.pdf | 98 | 106 | 375 | 86 | 395 | R-1411/R-1411_103013_111554_566102527895_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199747 | 1542 | 790 | 4299 | 323 | 4766 | https://www.regulations.gov/document?D=CFPB-2016-0025-199747 |
| R-1411/R-1411_080111_87569_417744798016_1.pdf | 1812 | 1513 | 5507 | 1245 | 5775 | R-1411/R-1411_080111_87569_417744798016_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199744 | 3292 | 1325 | 6043 | 107 | 7261 | https://www.regulations.gov/document?D=CFPB-2016-0025-199744 |
| R-1411/R-1411_060111_80834_295755211628_1.pdf | 36 | 32 | 70 | 22 | 80 | R-1411/R-1411_060111_80834_295755211628_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199748 | 2022 | 1075 | 4939 | 410 | 5604 | https://www.regulations.gov/document?D=CFPB-2016-0025-199748 |
| R-1411/R-1411_041511_69417_503919840769_1.pdf | 15 | 22 | 59 | 15 | 66 | R-1411/R-1411_041511_69417_503919840769_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199749 | 2237 | 1169 | 6155 | 637 | 6687 | https://www.regulations.gov/document?D=CFPB-2016-0025-199749 |
| R-1411/R-1411_012413_110948_334747741190_1.pdf | 19 | 25 | 57 | 20 | 62 | R-1411/R-1411_012413_110948_334747741190_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199750 | 2399 | 997 | 5262 | 235 | 6024 | https://www.regulations.gov/document?D=CFPB-2016-0025-199750 |
| R-1411/R-1411_072611_84595_542287302575_1.pdf | 196 | 256 | 581 | 214 | 623 | R-1411/R-1411_072611_84595_542287302575_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199751 | 3265 | 1331 | 5947 | 116 | 7162 | https://www.regulations.gov/document?D=CFPB-2016-0025-199751 |
| R-1411/R-1411_103013_111460_309518779662_1.pdf | 63 | 71 | 210 | 64 | 217 | R-1411/R-1411_103013_111460_309518779662_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199752 | 3211 | 1343 | 6030 | 97 | 7276 | https://www.regulations.gov/document?D=CFPB-2016-0025-199752 |
| R-1411/R-1411_111813_111640_580445967111_1.pdf | 134 | 154 | 426 | 139 | 441 | R-1411/R-1411_111813_111640_580445967111_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199753 | 3334 | 1492 | 6364 | 165 | 7691 | https://www.regulations.gov/document?D=CFPB-2016-0025-199753 |
| R-1411/R-1411_080211_87598_449259374708_1.pdf | 58 | 53 | 150 | 46 | 157 | R-1411/R-1411_080211_87598_449259374708_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199754 | 3252 | 1385 | 6232 | 132 | 7485 | https://www.regulations.gov/document?D=CFPB-2016-0025-199754 |
| R-1411/R-1411_103013_111488_334826225932_1.pdf | 67 | 73 | 224 | 60 | 237 | R-1411/R-1411_103013_111488_334826225932_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199755 | 3572 | 1737 | 7551 | 430 | 8858 | https://www.regulations.gov/document?D=CFPB-2016-0025-199755 |
| R-1411/R-1411_060211_80841_295756305392_1.pdf | 25 | 20 | 45 | 17 | 48 | R-1411/R-1411_060211_80841_295756305392_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199756 | 4232 | 2603 | 11417 | 1660 | 12360 | https://www.regulations.gov/document?D=CFPB-2016-0025-199756 |
| R-1411/R-1411_060611_81047_393876006872_1.pdf | 20 | 21 | 67 | 17 | 71 | R-1411/R-1411_060611_81047_393876006872_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199757 | 2401 | 1323 | 5795 | 532 | 6586 | https://www.regulations.gov/document?D=CFPB-2016-0025-199757 |
| R-1411/R-1411_100913_111407_568243580757_1.pdf | 21 | 32 | 59 | 20 | 71 | R-1411/R-1411_100913_111407_568243580757_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199758 | 3216 | 1331 | 6016 | 127 | 7220 | https://www.regulations.gov/document?D=CFPB-2016-0025-199758 |
| R-1411/R-1411_020614_111992_540608767244_1.pdf | 80 | 113 | 322 | 97 | 338 | R-1411/R-1411_020614_111992_540608767244_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199759 | 3264 | 1296 | 6030 | 101 | 7225 | https://www.regulations.gov/document?D=CFPB-2016-0025-199759 |
| R-1411/R-1411_032311_69533_582721581887_1.pdf | 42 | 54 | 159 | 40 | 173 | R-1411/R-1411_032311_69533_582721581887_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199760 | 3250 | 1303 | 6067 | 109 | 7261 | https://www.regulations.gov/document?D=CFPB-2016-0025-199760 |
| R-1411/R-1411_062911_81630_462919979207_1.pdf | 207 | 172 | 589 | 151 | 610 | R-1411/R-1411_062911_81630_462919979207_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199761 | 3379 | 1448 | 6356 | 177 | 7627 | https://www.regulations.gov/document?D=CFPB-2016-0025-199761 |
| R-1411/R-1411_080111_84911_559945850528_1.pdf | 761 | 1222 | 2519 | 888 | 2853 | R-1411/R-1411_080111_84911_559945850528_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199762 | 3157 | 1268 | 5928 | 80 | 7116 | https://www.regulations.gov/document?D=CFPB-2016-0025-199762 |
| R-1411/R-1411_080111_84887_360640807149_1.pdf | 194 | 242 | 584 | 215 | 611 | R-1411/R-1411_080111_84887_360640807149_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199763 | 2806 | 1182 | 5432 | 141 | 6473 | https://www.regulations.gov/document?D=CFPB-2016-0025-199763 |
| R-1411/R-1411_072811_84776_449537893272_1.pdf | 316 | 455 | 1162 | 360 | 1257 | R-1411/R-1411_072811_84776_449537893272_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199765 | 3250 | 1526 | 6575 | 303 | 7798 | https://www.regulations.gov/document?D=CFPB-2016-0025-199765 |
| R-1411/R-1411_072811_84747_416368930992_1.pdf | 182 | 150 | 437 | 125 | 462 | R-1411/R-1411_072811_84747_416368930992_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199764 | 3374 | 1402 | 6299 | 138 | 7563 | https://www.regulations.gov/document?D=CFPB-2016-0025-199764 |
| R-1411/R-1411_021312_105549_538200358349_1.pdf | 42 | 50 | 128 | 41 | 137 | R-1411/R-1411_021312_105549_538200358349_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199766 | 2727 | 1108 | 4164 | 273 | 4999 | https://www.regulations.gov/document?D=CFPB-2016-0025-199766 |
| R-1411/R-1411_060311_80989_384196300172_1.pdf | 199 | 251 | 638 | 213 | 676 | R-1411/R-1411_060311_80989_384196300172_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199767 | 2099 | 914 | 3943 | 218 | 4639 | https://www.regulations.gov/document?D=CFPB-2016-0025-199767 |
| R-1411/R-1411_112413_111767_329455320829_1.pdf | 39 | 56 | 142 | 49 | 149 | R-1411/R-1411_112413_111767_329455320829_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199768 | 1428 | 595 | 3790 | 170 | 4215 | https://www.regulations.gov/document?D=CFPB-2016-0025-199768 |
| R-1411/R-1411_103013_111519_347817256721_1.pdf | 54 | 38 | 140 | 35 | 143 | R-1411/R-1411_103013_111519_347817256721_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199769 | 3043 | 1125 | 3774 | 125 | 4774 | https://www.regulations.gov/document?D=CFPB-2016-0025-199769 |
| R-1411/R-1411_103013_111555_566101902899_1.pdf | 52 | 37 | 136 | 34 | 139 | R-1411/R-1411_103013_111555_566101902899_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199770 | 3076 | 1128 | 3942 | 152 | 4918 | https://www.regulations.gov/document?D=CFPB-2016-0025-199770 |
| R-1411/R-1411_072711_84765_449536643264_1.pdf | 140 | 116 | 426 | 101 | 441 | R-1411/R-1411_072711_84765_449536643264_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199771 | 3227 | 1176 | 4000 | 166 | 5010 | https://www.regulations.gov/document?D=CFPB-2016-0025-199771 |
| R-1411/R-1411_072911_84863_355719525653_1.pdf | 55 | 56 | 169 | 47 | 178 | R-1411/R-1411_072911_84863_355719525653_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199772 | 3199 | 1215 | 4055 | 224 | 5046 | https://www.regulations.gov/document?D=CFPB-2016-0025-199772 |
| R-1411/R-1411_061211_81261_353877745819_1.pdf | 11 | 9 | 37 | 9 | 37 | R-1411/R-1411_061211_81261_353877745819_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199773 | 3627 | 1478 | 5206 | 448 | 6236 | https://www.regulations.gov/document?D=CFPB-2016-0025-199773 |
| R-1411/R-1411A_071311_81880_535762419897_1.pdf | 184 | 296 | 711 | 242 | 765 | R-1411/R-1411A_071311_81880_535762419897_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199774 | 2981 | 1052 | 3814 | 107 | 4759 | https://www.regulations.gov/document?D=CFPB-2016-0025-199774 |
| R-1411/R-1411_033011_69277_589530250230_1.pdf | 10 | 7 | 22 | 6 | 23 | R-1411/R-1411_033011_69277_589530250230_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199775 | 3039 | 1085 | 3742 | 120 | 4707 | https://www.regulations.gov/document?D=CFPB-2016-0025-199775 |
| R-1411/R-1411_072811_84768_449538518276_1.pdf | 90 | 90 | 257 | 75 | 272 | R-1411/R-1411_072811_84768_449538518276_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199776 | 2134 | 1182 | 5626 | 564 | 6244 | https://www.regulations.gov/document?D=CFPB-2016-0025-199776 |
| R-1411/R-1411_103013_111518_347818819301_1.pdf | 183 | 335 | 724 | 255 | 804 | R-1411/R-1411_103013_111518_347818819301_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199778 | 3071 | 1140 | 3816 | 101 | 4855 | https://www.regulations.gov/document?D=CFPB-2016-0025-199778 |
| R-1411/R-1411_103013_111566_566099871662_1.pdf | 76 | 60 | 218 | 55 | 223 | R-1411/R-1411_103013_111566_566099871662_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199777 | 4518 | 1912 | 6768 | 842 | 7838 | https://www.regulations.gov/document?D=CFPB-2016-0025-199777 |
| R-1411/R-1411_103013_111510_347816944205_1.pdf | 60 | 39 | 161 | 37 | 163 | R-1411/R-1411_103013_111510_347816944205_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199779 | 3175 | 1203 | 4105 | 197 | 5111 | https://www.regulations.gov/document?D=CFPB-2016-0025-199779 |
| R-1411/R-1411_061011_81248_328519296235_1.pdf | 14 | 12 | 27 | 10 | 29 | R-1411/R-1411_061011_81248_328519296235_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199781 | 3261 | 1274 | 4268 | 250 | 5292 | https://www.regulations.gov/document?D=CFPB-2016-0025-199781 |
| R-1411/R-1411_103013_111568_557755872499_1.pdf | 54 | 41 | 149 | 39 | 151 | R-1411/R-1411_103013_111568_557755872499_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199780 | 3618 | 1440 | 4974 | 369 | 6045 | https://www.regulations.gov/document?D=CFPB-2016-0025-199780 |
| R-1411/R-1411_103013_111562_566103152891_1.pdf | 54 | 41 | 137 | 36 | 142 | R-1411/R-1411_103013_111562_566103152891_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199785 | 3207 | 1325 | 6010 | 102 | 7233 | https://www.regulations.gov/document?D=CFPB-2016-0025-199785 |
| R-1411/R-1411_060311_81038_295758336668_1.pdf | 39 | 66 | 157 | 50 | 173 | R-1411/R-1411_060311_81038_295758336668_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199786 | 3299 | 1397 | 6232 | 132 | 7497 | https://www.regulations.gov/document?D=CFPB-2016-0025-199786 |
| R-1411/R-1411_062411_81715_359995333247_1.pdf | 32 | 41 | 105 | 31 | 115 | R-1411/R-1411_062411_81715_359995333247_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199787 | 3242 | 1348 | 6149 | 97 | 7400 | https://www.regulations.gov/document?D=CFPB-2016-0025-199787 |
| R-1411/R-1411_060111_80838_295755992888_1.pdf | 25 | 21 | 47 | 19 | 49 | R-1411/R-1411_060111_80838_295755992888_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199788 | 3228 | 1289 | 5995 | 97 | 7187 | https://www.regulations.gov/document?D=CFPB-2016-0025-199788 |
| R-1411/R-1411_052411_73340_478588883684_1.pdf | 28 | 23 | 79 | 18 | 84 | R-1411/R-1411_052411_73340_478588883684_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199789 | 3226 | 1281 | 5889 | 80 | 7090 | https://www.regulations.gov/document?D=CFPB-2016-0025-199789 |
| R-1411/R-1411_103013_111559_566102684144_1.pdf | 98 | 133 | 409 | 118 | 424 | R-1411/R-1411_103013_111559_566102684144_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199790 | 3192 | 1281 | 5952 | 105 | 7128 | https://www.regulations.gov/document?D=CFPB-2016-0025-199790 |
| R-1411/R-1411_060111_80836_295755524132_1.pdf | 16 | 13 | 31 | 12 | 32 | R-1411/R-1411_060111_80836_295755524132_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199793 | 7016 | 7177 | 18985 | 5306 | 20856 | https://www.regulations.gov/document?D=CFPB-2016-0025-199793 |
| R-1411/R-1411_103013_111520_347820069365_1.pdf | 94 | 88 | 295 | 78 | 305 | R-1411/R-1411_103013_111520_347820069365_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199797 | 2496 | 1294 | 4425 | 463 | 5256 | https://www.regulations.gov/document?D=CFPB-2016-0025-199797 |
| R-1411/R-1411_072911_84862_351830907016_1.pdf | 28 | 20 | 71 | 19 | 72 | R-1411/R-1411_072911_84862_351830907016_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199796 | 1384 | 549 | 3834 | 157 | 4226 | https://www.regulations.gov/document?D=CFPB-2016-0025-199796 |
| R-1411/R-1411_070111_81662_409479061108_1.pdf | 85 | 86 | 305 | 67 | 324 | R-1411/R-1411_070111_81662_409479061108_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199800 | 1221 | 286 | 3187 | 85 | 3388 | https://www.regulations.gov/document?D=CFPB-2016-0025-199800 |
| R-1411/R-1411_102913_111466_309525342498_1.pdf | 206 | 366 | 824 | 288 | 902 | R-1411/R-1411_102913_111466_309525342498_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199802 | 1431 | 438 | 3704 | 223 | 3919 | https://www.regulations.gov/document?D=CFPB-2016-0025-199802 |
| R-1411/R-1411_072811_84750_416368462239_1.pdf | 253 | 385 | 1013 | 306 | 1092 | R-1411/R-1411_072811_84750_416368462239_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199801 | 1229 | 279 | 3284 | 91 | 3472 | https://www.regulations.gov/document?D=CFPB-2016-0025-199801 |
| R-1411/R-1411_061211_81262_355290107647_1.pdf | 10 | 12 | 25 | 11 | 26 | R-1411/R-1411_061211_81262_355290107647_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199803 | 1180 | 223 | 3124 | 61 | 3286 | https://www.regulations.gov/document?D=CFPB-2016-0025-199803 |
| R-1411/R-1411_072911_84836_375986578801_1.pdf | 109 | 234 | 630 | 184 | 680 | R-1411/R-1411_072911_84836_375986578801_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199804 | 1247 | 276 | 3317 | 87 | 3506 | https://www.regulations.gov/document?D=CFPB-2016-0025-199804 |
| R-1411/R-1411_080111_87587_417744954267_1.pdf | 356 | 647 | 1465 | 572 | 1540 | R-1411/R-1411_080111_87587_417744954267_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199805 | 1192 | 254 | 3143 | 63 | 3334 | https://www.regulations.gov/document?D=CFPB-2016-0025-199805 |
| R-1411/R-1411_111813_111638_580447217183_1.pdf | 177 | 219 | 551 | 165 | 605 | R-1411/R-1411_111813_111638_580447217183_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199806 | 1572 | 532 | 4016 | 248 | 4300 | https://www.regulations.gov/document?D=CFPB-2016-0025-199806 |
| R-1411/R-1411_061311_81292_301582488655_1.pdf | 12 | 6 | 24 | 7 | 23 | R-1411/R-1411_061311_81292_301582488655_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199807 | 1248 | 269 | 3229 | 61 | 3437 | https://www.regulations.gov/document?D=CFPB-2016-0025-199807 |
| R-1411/R-1411_080111_87573_417747610534_1.pdf | 1857 | 2897 | 6711 | 2600 | 7008 | R-1411/R-1411_080111_87573_417747610534_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199808 | 1196 | 209 | 3124 | 58 | 3275 | https://www.regulations.gov/document?D=CFPB-2016-0025-199808 |
| R-1411/R-1411_072511_84581_474302758545_1.pdf | 16 | 24 | 83 | 21 | 86 | R-1411/R-1411_072511_84581_474302758545_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199809 | 1491 | 464 | 3812 | 255 | 4021 | https://www.regulations.gov/document?D=CFPB-2016-0025-199809 |
| R-1411/R-1411_072111_83442_538583060118_1.pdf | 291 | 398 | 1016 | 332 | 1082 | R-1411/R-1411_072111_83442_538583060118_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199811 | 1697 | 535 | 4358 | 275 | 4618 | https://www.regulations.gov/document?D=CFPB-2016-0025-199811 |
| R-1411/R-1411_040711_69308_571253267001_1.pdf | 62 | 87 | 231 | 81 | 237 | R-1411/R-1411_040711_69308_571253267001_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199810 | 1202 | 296 | 3162 | 91 | 3367 | https://www.regulations.gov/document?D=CFPB-2016-0025-199810 |
| R-1411/R-1411_080111_84908_558997406958_1.pdf | 174 | 178 | 610 | 151 | 637 | R-1411/R-1411_080111_84908_558997406958_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199812 | 1329 | 294 | 3429 | 115 | 3608 | https://www.regulations.gov/document?D=CFPB-2016-0025-199812 |
| R-1411/R-1411_061011_81275_325757542135_1.pdf | 23 | 16 | 54 | 15 | 55 | R-1411/R-1411_061011_81275_325757542135_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199814 | 1190 | 363 | 3097 | 88 | 3372 | https://www.regulations.gov/document?D=CFPB-2016-0025-199814 |
| R-1411/R-1411_072711_84737_382164084912_1.pdf | 293 | 402 | 1212 | 335 | 1279 | R-1411/R-1411_072711_84737_382164084912_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199813 | 1845 | 751 | 4481 | 383 | 4849 | https://www.regulations.gov/document?D=CFPB-2016-0025-199813 |
| R-1411/R-1411_080111_87584_417746048024_1.pdf | 199 | 282 | 677 | 211 | 748 | R-1411/R-1411_080111_87584_417746048024_1.pdf |
| https://www.regulations.gov/document?D=CFPB-2016-0025-199815 | 1867 | 821 | 5214 | 462 | 5573 | https://www.regulations.gov/document?D=CFPB-2016-0025-199815 |
| R-1411/R-1411_080111_87586_417744641765_1.pdf | 41 | 48 | 142 | 36 | 154 | R-1411/R-1411_080111_87586_417744641765_1.pdf |
| R-1411/R-1411_011714_111818_628869953252_1.pdf | 178 | 285 | 657 | 209 | 733 | R-1411/R-1411_011714_111818_628869953252_1.pdf |
| R-1411/R-1411_063011_81648_406615465165_1.pdf | 115 | 125 | 352 | 110 | 367 | R-1411/R-1411_063011_81648_406615465165_1.pdf |
| R-1411/R-1411_103013_111457_309524561208_1.pdf | 46 | 50 | 147 | 47 | 150 | R-1411/R-1411_103013_111457_309524561208_1.pdf |
| R-1411/R-1411_061311_81285_401476998151_1.pdf | 304 | 500 | 1211 | 439 | 1272 | R-1411/R-1411_061311_81285_401476998151_1.pdf |
| R-1411/R-1411_080111_87566_374042018320_1.pdf | 323 | 523 | 1102 | 373 | 1252 | R-1411/R-1411_080111_87566_374042018320_1.pdf |
| R-1411/R-1411_062711_81491_510422146182_1.pdf | 110 | 68 | 243 | 41 | 270 | R-1411/R-1411_062711_81491_510422146182_1.pdf |
| R-1411/R-1411_060911_81217_334404951284_1.pdf | 451 | 534 | 1308 | 439 | 1403 | R-1411/R-1411_060911_81217_334404951284_1.pdf |
| R-1411/R-1411_072711_84692_542288396332_1.pdf | 47 | 54 | 172 | 44 | 182 | R-1411/R-1411_072711_84692_542288396332_1.pdf |
| R-1411/R-1411_062211_81351_576611220271_1.pdf | 61 | 90 | 218 | 70 | 238 | R-1411/R-1411_062211_81351_576611220271_1.pdf |
| R-1411/R-1411_052611_78628_544575076424_1.pdf | 24 | 31 | 70 | 27 | 74 | R-1411/R-1411_052611_78628_544575076424_1.pdf |
| R-1411/R-1411_112013_111668_439983001574_1.pdf | 95 | 149 | 377 | 114 | 412 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| R-1411/R-1411_110513_111574_372763819926_1.pdf | 60 | 48 | 160 | 42 | 166 | R-1411/R-1411_110513_111574_372763819926_1.pdf |
| R-1411/R-1411_030513_111037_588860726494_1.pdf | 38 | 38 | 109 | 29 | 118 | R-1411/R-1411_030513_111037_588860726494_1.pdf |
| R-1411/R-1411_111813_111662_535381194256_1.pdf | 252 | 444 | 1051 | 357 | 1138 | R-1411/R-1411_111813_111662_535381194256_1.pdf |
| R-1411/R-1411_051011_81207_520874414599_1.pdf | 71 | 141 | 374 | 100 | 415 | R-1411/R-1411_051011_81207_520874414599_1.pdf |
| R-1411/R-1411_062311_81356_521602068583_1.pdf | 54 | 62 | 174 | 42 | 194 | R-1411/R-1411_062311_81356_521602068583_1.pdf |
| R-1411/R-1411_102913_111445_371000794814_1.pdf | 54 | 35 | 138 | 32 | 141 | R-1411/R-1411_102913_111445_371000794814_1.pdf |
| R-1411/R-1411_060311_80995_295757711660_1.pdf | 11 | 8 | 32 | 7 | 33 | R-1411/R-1411_060311_80995_295757711660_1.pdf |
| R-1411/R-1411_060911_81216_316239093764_1.pdf | 23 | 26 | 75 | 17 | 84 | R-1411/R-1411_060911_81216_316239093764_1.pdf |
| R-1411/R-1411_061211_81263_327783505567_1.pdf | 8 | 6 | 12 | 5 | 13 | R-1411/R-1411_061211_81263_327783505567_1.pdf |
| R-1411/R-1411_112713_111667_439983470345_1.pdf | 156 | 163 | 491 | 129 | 525 | R-1411/R-1411_112713_111667_439983470345_1.pdf |
| R-1411/R-1411_060911_81206_336225287084_1.pdf | 33 | 43 | 76 | 33 | 86 | R-1411/R-1411_060911_81206_336225287084_1.pdf |
| R-1411/R-1411_111813_111629_580440966823_1.pdf | 47 | 46 | 145 | 43 | 148 | R-1411/R-1411_111813_111629_580440966823_1.pdf |
| R-1411/R-1411_080111_84901_360643150914_1.pdf | 413 | 644 | 1469 | 583 | 1530 | R-1411/R-1411_080111_84901_360643150914_1.pdf |
| R-1411/R-1411_111813_111639_580444248262_1.pdf | 710 | 1083 | 2317 | 848 | 2552 | R-1411/R-1411_111813_111639_580444248262_1.pdf |
| R-1411/R-1411_080111_84873_360638932137_1.pdf | 33 | 38 | 82 | 31 | 89 | R-1411/R-1411_080111_84873_360638932137_1.pdf |
| R-1411/R-1411_072711_84699_542288552583_1.pdf | 52 | 54 | 170 | 42 | 182 | R-1411/R-1411_072711_84699_542288552583_1.pdf |
| R-1411/R-1411_061011_81243_586505051216_1.pdf | 220 | 389 | 992 | 334 | 1047 | R-1411/R-1411_061011_81243_586505051216_1.pdf |
| R-1411/R-1411_060111_80004_489886246736_1.pdf | 24 | 24 | 56 | 19 | 61 | R-1411/R-1411_060111_80004_489886246736_1.pdf |
| R-1411/R-1411_060211_80840_295756149140_1.pdf | 21 | 18 | 44 | 15 | 47 | R-1411/R-1411_060211_80840_295756149140_1.pdf |
| R-1411/R-1411_062411_81709_601158681933_1.pdf | 45 | 54 | 153 | 43 | 164 | R-1411/R-1411_062411_81709_601158681933_1.pdf |
Technical terms N =
# matches
d %>% filter(comment_url %in% technical_terms$comment_url) %>%
count(Agency) %>% kablebox()| Agency | n |
|---|---|
| CFPB | 6150 |
| FRS | 2594 |
| NCUA | 57 |
| SEC | 3164 |
Bluebook terms N =
# 6 k in both sets
d %>% filter(comment_url %in% bluebook$comment_url) %>%
count(Agency) %>% kablebox()| Agency | n |
|---|---|
| CFPB | 6150 |
| FRS | 2594 |
| NCUA | 57 |
| SEC | 3164 |
bluebook %>% filter(comment_url %in% d$comment_url) %>% nrow()## [1] 9895
# bluebook %>% count(is.na(Total_Legal_Citations))
# 400 from FDIC data, 400 from other data
b <- bluebook %>%
left_join(d %>%
select(comment_url, org_name, comment_agency, org_resources, MeanContribAmount,
assets,
marketcap2) %>%
distinct()
) %>%
drop_na(Total_Legal_Citations)
# d %>% count(comment_url, sort = T)
b %<>% distinct()
b %>% select(org_name, Total_Legal_Citations, org_resources, comment_url) %>%
filter(!is.na(org_name)) %>%
kablebox()| org_name | Total_Legal_Citations | org_resources | comment_url |
|---|---|---|---|
| christian faith ministries north texas | 0 | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-146546 |
| capital cash management | 0 | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-158285 |
| bny mellon | 4 | 24041443.00 | R-1412/R-1412_051911_71612_506496708236_1.pdf |
| council la raza | 0 | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-191003 |
| electronic check clearing house | 0 | NA | R-1412/R-1412_051911_70997_425561922284_1.pdf |
| council la raza | 0 | NA | https://www.regulations.gov/document?D=CFPB-2016-0025-198999 |
| council institutional | 0 | NA | R-1412/R-1412_050911_69634_363947766692_1.pdf |
| financial services roundtable | 1 | 347142.86 | R-1412/R-1412_051911_72790_547401781496_1.pdf |
| better bureau market place ethics education foundation | 0 | NA | R-1412/R-1412_051911_71029_425829269456_1.pdf |
| house representatives | 0 | NA | R-1411/R-1411_080211_87594_449251562158_1.pdf |
| us house representatives | 0 | NA | R-1411/R-1411_080911_87635_582360078498_1.pdf |
| real estate | 0 | NA | R-1411/R-1411_073111_84851_413333067817_1.pdf |
| us senate | 0 | NA | R-1411/R-1411_062411_81720_359996270765_1.pdf |
| woodstock institute | 0 | NA | R-1411/R-1411_071111_81832_458364452281_1.pdf |
| urban institute | 0 | 128700848.00 | R-1411/R-1411_102913_111464_309528623916_1.pdf |
| students sensible drug policy foundation | 1 | NA | R-1411/R-1411_103013_111526_347821319429_1.pdf |
| securities industry financial markets | 39 | NA | R-1411/R-1411_060911_81224_521506409071_1.pdf |
| us house representatives | 0 | NA | R-1411/R-1411_062411_81710_602644960469_1.pdf |
| california reinvestment coalition | 0 | NA | R-1411/R-1411_072911_84834_375986422550_1.pdf |
| primary capital | 0 | NA | R-1411/R-1411_060811_81212_316238468756_1.pdf |
| institute real estate management foundation | 0 | NA | R-1411/R-1411_072911_84822_375985016291_1.pdf |
| prudential management | 0 | NA | R-1411/R-1411_061311_81289_314747763031_1.pdf |
| pnc financial services | 6 | 111968.75 | R-1411/R-1411_103013_111504_377906975622_1.pdf |
| fair housing alliance | 0 | NA | R-1411/R-1411_111813_111644_580445810852_1.pdf |
| real estate services providers council | 7 | 43775.00 | R-1411/R-1411_080111_87580_417746204275_1.pdf |
| committee capital markets regulation | 1 | NA | R-1411/R-1411_102313_111431_581214636517_1.pdf |
| massachusetts bankers | 0 | NA | R-1411/R-1411_103013_111525_347816787947_1.pdf |
| new york realtors | 0 | NA | R-1411/R-1411_062811_81513_507128489195_1.pdf |
| real estate roundtable | 0 | 200338.58 | R-1411/R-1411_080111_84906_556172232627_1.pdf |
| center housing policy | 3 | NA | R-1411/R-1411_072911_84860_350364647632_1.pdf |
| american credit mortgage | 0 | NA | R-1411/R-1411_072811_84770_449537580770_1.pdf |
| advocates basic legal equality | 0 | NA | R-1411/R-1411_072811_84771_449536955766_1.pdf |
| american automotive leasing | 0 | NA | R-1411/R-1411_022114_112033_417433466933_1.pdf |
| house representatives | 0 | NA | R-1411/R-1411_080211_87600_449250468401_1.pdf |
| raskin sarah bloom | 0 | NA | R-1411/R-1411_071211_81857_462579689462_1.pdf |
| securities industry financial markets | 0 | NA | R-1411/R-1411_042111_69521_573769838873_1.pdf |
| advancement colored people | 0 | NA | R-1411/R-1411_092711_87691_536566635091_1.pdf |
| american securitization forum | 1 | 50000.00 | R-1411/R-1411_080111_87583_417745891773_1.pdf |
| indiana credit league | 0 | NA | R-1411/R-1411_103013_111484_334826850968_1.pdf |
| indiana mortgage bankers | 0 | NA | R-1411/R-1411_103013_111483_334828569817_1.pdf |
| lumber building material dealers | 0 | NA | R-1411/R-1411_080111_84893_360641900906_1.pdf |
| alaska usa credit | 0 | NA | R-1411/R-1411_080811_87638_369545161547_1.pdf |
| opportunity finance network | 0 | 47429.43 | R-1411/R-1411_103013_111481_297549016446_1.pdf |
| fair share hospitals collaborative | 1 | NA | R-1411/R-1411_111813_111658_535382600578_1.pdf |
| council housing | 0 | NA | R-1411/R-1411_103013_111554_566102527895_1.pdf |
| corporate mortgage solutions | 0 | NA | R-1411/R-1411_060111_80834_295755211628_1.pdf |
| nebraska mortgage | 0 | NA | R-1411/R-1411_041511_69417_503919840769_1.pdf |
| housing assistance council | 0 | NA | R-1411/R-1411_103013_111460_309518779662_1.pdf |
| white case | 0 | NA | R-1411/R-1411_111813_111640_580445967111_1.pdf |
| house representatives | 0 | NA | R-1411/R-1411_080211_87598_449259374708_1.pdf |
| collin college district foundation | 0 | NA | R-1411/R-1411_100913_111407_568243580757_1.pdf |
| cre finance reit | 1 | NA | R-1411/R-1411_020614_111992_540608767244_1.pdf |
| center responsible lending | 0 | NA | R-1411/R-1411_032311_69533_582721581887_1.pdf |
| american real estate urban economics | 0 | NA | R-1411/R-1411_080111_84911_559945850528_1.pdf |
| georgia self insurers guaranty | 1 | NA | R-1411/R-1411_080111_84887_360640807149_1.pdf |
| mortgage lenders | 0 | NA | R-1411/R-1411_072811_84776_449537893272_1.pdf |
| housing conference | 1 | NA | R-1411/R-1411_072811_84747_416368930992_1.pdf |
| american automotive leasing | 0 | NA | R-1411/R-1411_060311_80989_384196300172_1.pdf |
| ohio mortgage bankers | 0 | NA | R-1411/R-1411_103013_111519_347817256721_1.pdf |
| texas mortgage bankers | 0 | NA | R-1411/R-1411_103013_111555_566101902899_1.pdf |
| wisconsin bankers | 0 | NA | R-1411/R-1411_072711_84765_449536643264_1.pdf |
| realtors maui | 0 | NA | R-1411/R-1411_072911_84863_355719525653_1.pdf |
| denali capital clo ii | 1 | NA | R-1411/R-1411_103013_111518_347818819301_1.pdf |
| maryland mortgage bankers | 0 | NA | R-1411/R-1411_103013_111510_347816944205_1.pdf |
| mortgage bankers florida | 0 | NA | R-1411/R-1411_103013_111568_557755872499_1.pdf |
| tennessee mortgage bankers | 0 | NA | R-1411/R-1411_103013_111562_566103152891_1.pdf |
| us senate | 0 | NA | R-1411/R-1411_062411_81715_359995333247_1.pdf |
| cornerstone mortgage | 0 | NA | R-1411/R-1411_060111_80838_295755992888_1.pdf |
| american bankers | 0 | NA | R-1411/R-1411_103013_111559_566102684144_1.pdf |
| honolulu realtors | 0 | NA | R-1411/R-1411_072911_84862_351830907016_1.pdf |
| virginia housing authority retiree health care plan | 0 | NA | R-1411/R-1411_070111_81662_409479061108_1.pdf |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199800 |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199802 |
| neighborhood finance | 0 | NA | R-1411/R-1411_072811_84750_416368462239_1.pdf |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199801 |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199803 |
| first marblehead | 0 | NA | R-1411/R-1411_072911_84836_375986578801_1.pdf |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199804 |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199805 |
| deloitte touche | 0 | NA | R-1411/R-1411_111813_111638_580447217183_1.pdf |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199806 |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199807 |
| phh mortgage | 1 | NA | R-1411/R-1411_080111_87573_417747610534_1.pdf |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199808 |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199809 |
| barclays capital | 0 | 35882.35 | R-1411/R-1411_072111_83442_538583060118_1.pdf |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199811 |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199810 |
| massachusetts bankers | 0 | NA | R-1411/R-1411_080111_84908_558997406958_1.pdf |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199812 |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199814 |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199813 |
| choice financial | 0 | 1147002.00 | https://www.regulations.gov/document?D=CFPB-2016-0025-199815 |
| greenlining institute | 0 | NA | R-1411/R-1411_080111_87586_417744641765_1.pdf |
| cornerstone healthcare | 2 | NA | R-1411/R-1411_011714_111818_628869953252_1.pdf |
| citigroup global markets | 0 | 124504.32 | R-1411/R-1411_061311_81285_401476998151_1.pdf |
| allegany opportunities rural developmen | 0 | NA | R-1411/R-1411_072711_84692_542288396332_1.pdf |
| us home realty | 0 | NA | R-1411/R-1411_062211_81351_576611220271_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| appraisal institute | 0 | 30930.23 | R-1411/R-1411_112013_111668_439983001574_1.pdf |
| california mortgage bankers | 0 | NA | R-1411/R-1411_110513_111574_372763819926_1.pdf |
| symphony asset management | 1 | NA | R-1411/R-1411_111813_111662_535381194256_1.pdf |
| home repair resource center | 0 | NA | R-1411/R-1411_062311_81356_521602068583_1.pdf |
| urban league | 0 | NA | R-1411/R-1411_112713_111667_439983470345_1.pdf |
| georgia credit league | 0 | NA | R-1411/R-1411_111813_111629_580440966823_1.pdf |
| white case | 0 | NA | R-1411/R-1411_111813_111639_580444248262_1.pdf |
| regions financial | 0 | 68020.09 | R-1411/R-1411_080111_84873_360638932137_1.pdf |
| white case | 2 | NA | R-1411/R-1411_061011_81243_586505051216_1.pdf |
| us senate | 0 | NA | R-1411/R-1411_062411_81709_601158681933_1.pdf |
| wells fargo | 0 | 23463075.00 | R-1411/R-1411_072811_84759_416367993486_1.pdf |
| primary capital | 0 | NA | R-1411/R-1411_072811_84780_449537737021_1.pdf |
| virginia housing coalition | 0 | NA | R-1411/R-1411_111813_111624_596797234612_1.pdf |
| loan syndications trading | 2 | NA | R-1411/R-1411_082714_129593_433880887919_1.pdf |
| ohio credit league | 0 | NA | R-1411/R-1411_080111_84909_557872868511_1.pdf |
| advisory council | 0 | NA | R-1411/R-1411_102611_88050_604745666143_1.pdf |
| metropolitan life insurance | 0 | 244064.17 | R-1411/R-1411_062711_81492_508741488914_1.pdf |
| us senate | 0 | NA | R-1411/R-1411_062411_81713_359995020741_1.pdf |
| quicken loans | 0 | 100772.24 | R-1411/R-1411_080111_87608_481786181518_1.pdf |
| mortgage bankers alabama | 0 | NA | R-1411/R-1411_110513_111572_332171778273_1.pdf |
| rhode island mortgage bankers | 0 | NA | R-1411/R-1411_103013_111477_354985313395_1.pdf |
| missouri tax credit | 1 | NA | R-1411/R-1411_103013_111558_566105965373_1.pdf |
| mortgage insurance companies | 9 | NA | R-1411/R-1411_080111_84881_360640025894_1.pdf |
| neighborhood housing services chicago | 0 | NA | R-1411/R-1411_111813_111643_580443466967_1.pdf |
| loan syndications trading | 0 | NA | R-1411/R-1411_091313_111380_573597748020_1.pdf |
| pew charitable trusts | 0 | 27534.58 | R-1411/R-1411_111813_111631_580446904665_1.pdf |
| american express | 0 | 140219.78 | R-1411/R-1411_061411_81298_298263645787_1.pdf |
| minnesota bankers | 0 | NA | R-1411/R-1411_072811_84772_449537268268_1.pdf |
| wisconsin credit league | 0 | NA | R-1411/R-1411_080111_84880_360639713392_1.pdf |
| ftn financial securities | 0 | NA | R-1411/R-1411_072811_84803_375984078785_1.pdf |
| acis capital management | 4 | NA | R-1411/R-1411_102513_111428_581214792775_1.pdf |
| us house representatives | 0 | NA | R-1411/R-1411_062411_81706_572507194335_1.pdf |
| wisconsin credit league | 0 | NA | R-1411/R-1411_111813_111651_580444560780_1.pdf |
| better markets | 0 | NA | R-1411/R-1411_080111_87607_481791181518_1.pdf |
| vermont mortage bankers | 0 | NA | R-1411/R-1411_111813_111660_535382913094_1.pdf |
| wharton fellowship christian school | 0 | NA | R-1411/R-1411_072911_84793_449536799515_1.pdf |
| arizone mortgage professionals | 0 | NA | R-1411/R-1411_080111_87515_417744329263_1.pdf |
| guaranteed rate foundation nfp | 0 | NA | R-1411/R-1411_080111_87490_449259062206_1.pdf |
| empire justice center | 0 | NA | R-1411/R-1411_080111_84900_360642838412_1.pdf |
| pennsylvania credit | 0 | NA | R-1411/R-1411_102813_111440_351582507887_1.pdf |
| massachusetts mortgage bankers | 0 | NA | R-1411/R-1411_080111_87565_371095749464_1.pdf |
| housing conference | 1 | NA | R-1411/R-1411_112713_111666_439983314088_1.pdf |
| virginia housing authority retiree health care plan | 0 | NA | R-1411/R-1411_061611_81317_588296764987_1.pdf |
| league southeastern credit | 0 | NA | R-1411/R-1411_103013_111507_347818975559_1.pdf |
| american homepatient | 2 | NA | R-1411/R-1411_121813_111748_540811844489_1.pdf |
| common sense policy roundtable forum | 3 | NA | R-1411/R-1411_072911_84842_407480061608_1.pdf |
| ocwen financial | 0 | NA | R-1411/R-1411_103013_111546_566103309140_1.pdf |
| greenlining institute | 0 | NA | R-1411/R-1411_103013_111501_377905881830_1.pdf |
| harmer deryck | 0 | NA | R-1411/R-1411_061211_81888_474036536721_1.pdf |
| home builders portage summit counties | 0 | NA | R-1411/R-1411_060711_81181_367852299596_1.pdf |
| oak hill advisors | 4 | NA | R-1411/R-1411_103013_111540_583882000248_1.pdf |
| citcigroup global markets europe | 0 | NA | R-1411/R-1411_071911_82446_471858155990_1.pdf |
| mortgage bankers | 0 | NA | R-1411/R-1411_060211_80842_295756461644_1.pdf |
| virginia housing authority retiree health care plan | 0 | NA | R-1411/R-1411_103013_111516_347820538139_1.pdf |
| us senate | 0 | NA | R-1411/R-1411_062411_81719_359995958259_1.pdf |
| american bar | 0 | NA | R-1411/R-1411_081012_108139_346832769710_1.pdf |
| lake washington lenders | 0 | NA | R-1411/R-1411A_103013_111576_575479646106_1.pdf |
| house representatives | 0 | NA | R-1411/R-1411_080211_87597_449257187194_1.pdf |
| human civil rights | 0 | NA | R-1411/R-1411_040611_69299_583956787614_1.pdf |
| missouri tax credit | 0 | NA | R-1411/R-1411_080111_84918_345765949501_1.pdf |
| missouri bankers | 0 | NA | R-1411/R-1411_080111_87568_416643072215_1.pdf |
| morgan stanley | 1 | 127377000.00 | R-1411/R-1411_111813_111645_580440498046_1.pdf |
| company institute | 5 | NA | R-1411/R-1411_103013_111489_309523154886_1.pdf |
| michigan credit league | 0 | NA | R-1411/R-1411_080111_84923_417745735522_1.pdf |
| university new hampshire | 1 | NA | R-1411/R-1411_072611_84614_542287771328_1.pdf |
| corporation enterprise | 1 | NA | R-1411/R-1411_111813_111633_580442998190_1.pdf |
| helena realtors | 0 | NA | R-1411/R-1411_072611_84596_542287458826_1.pdf |
| american securitization forum | 0 | 50000.00 | R-1411/R-1411_062612_107860_344080730821_1.pdf |
| citizens planning housing | 0 | NA | R-1411/R-1411_080111_87581_417746673028_1.pdf |
| brazos higher education authority | 0 | NA | R-1411/R-1411_103013_111523_347815537883_1.pdf |
| brazos higher education authority | 0 | NA | R-1411/R-1411_011212_88655_600846906042_1.pdf |
| metropolitan consortium | 0 | NA | R-1411/R-1411_072911_84827_375985485044_1.pdf |
| bankers north carolina | 0 | 78767.00 | R-1411/R-1411_071911_82489_515342358765_1.pdf |
| education finance council | 0 | 17888.22 | R-1411/R-1411_072011_82519_409862953200_1.pdf |
| reinvestment coalition | 0 | NA | R-1411/R-1411_103013_111550_566100184160_1.pdf |
| allison transmission | 1 | 26750.00 | R-1411/R-1411_110413_111570_588664892442_1.pdf |
| council institutional | 1 | NA | R-1411/R-1411_073011_84864_359663457144_1.pdf |
| commercial real estate finance council | 1 | 84919.35 | R-1411/R-1411_071911_83003_343758551646_1.pdf |
| universal american financial | 0 | NA | R-1411/R-1411_080111_87104_554601753826_1.pdf |
| education finance council | 3 | 17888.22 | R-1411/R-1411_112112_110852_453450511165_1.pdf |
| new york credit | 0 | NA | R-1411/R-1411_111813_111650_580442529413_1.pdf |
| massachusetts mortgage bankers | 0 | NA | R-1411/R-1411_111813_111641_580445498334_1.pdf |
| shenkman capital management | 1 | NA | R-1411/R-1411_103013_111458_309529405206_1.pdf |
| us senate | 0 | NA | R-1411/R-1411_062411_81707_596845317868_1.pdf |
| suntrust banks | 0 | 222826.92 | R-1411/R-1411_072811_84769_449536487013_1.pdf |
| sf consumer action | 0 | NA | R-1411/R-1411_080111_84883_360640182145_1.pdf |
| neighborhood assistance | 0 | NA | R-1411/R-1411_080111_87577_417746829279_1.pdf |
| goldentree asset management | 2 | NA | R-1411/R-1411_103013_111511_347821475687_1.pdf |
| wisconsin credit league | 0 | NA | R-1411/R-1411_103013_111449_309529092690_1.pdf |
| affordable housing lenders | 1 | NA | R-1411/R-1411_060611_81054_274597732100_1.pdf |
| brazos higher education authority | 0 | NA | R-1411/R-1411_070511_81718_563786558152_1.pdf |
| thl credit advisors | 1 | NA | R-1411/R-1411_103013_111541_566102371646_1.pdf |
| south tahoe amateur hockey | 0 | NA | R-1411/R-1411_070711_81772_426022216174_1.pdf |
| metropolitan life insurance | 2 | 244064.17 | R-1411/R-1411_103013_111544_566104246634_1.pdf |
| georgia self insurers guaranty | 1 | NA | R-1411/R-1411_072811_84802_375984235036_1.pdf |
| american council life insurers | 0 | NA | R-1411/R-1411_051614_129472_590513317912_1.pdf |
| pinellas housing economic | 0 | NA | R-1411/R-1411_072711_84745_416368618490_1.pdf |
| mortgage bankers arkansas | 0 | NA | R-1411/R-1411_103013_111586_542331985603_1.pdf |
| highland capital management | 4 | NA | R-1411/R-1411_102413_111567_566100496658_1.pdf |
| buildings owners managers assn westchester | 1 | NA | R-1411/R-1411_080111_84897_360642525910_1.pdf |
| mortgage bankers metropolitan washington | 0 | NA | R-1411/R-1411_103013_111482_334828882335_1.pdf |
| housing partnership network | 0 | NA | R-1411/R-1411_103013_111522_347819600591_1.pdf |
| pennsylvania credit | 0 | NA | R-1411/R-1411_070811_81783_342402864468_1.pdf |
| texas higher education human resources | 3 | NA | R-1411/R-1411_103013_111531_347816475431_1.pdf |
| ccim institute | 0 | 13342220.00 | R-1411/R-1411_072911_84823_375985172542_1.pdf |
| consumer mortgage coalition | 20 | NA | R-1411/R-1411_103013_111548_566101121654_1.pdf |
| town huntington housing authority mortgage banking | 0 | NA | R-1411/R-1411_071811_82441_459112755033_1.pdf |
| alliance data systems | 2 | 32857.14 | R-1411/R-1411_072911_84797_375986891303_1.pdf |
| oregon bankers | 0 | NA | R-1411/R-1411_103013_111499_377906194342_1.pdf |
| independent land title agents | 0 | NA | R-1411/R-1411_070111_81664_410727250918_1.pdf |
| house representatives | 0 | NA | R-1411/R-1411_080211_87599_449254530927_1.pdf |
| clearing house | 3 | NA | R-1411/R-1411_103013_111479_334828257299_1.pdf |
| center responsible lending | 0 | NA | R-1411/R-1411_103013_111496_377904944294_1.pdf |
| west plains | 0 | 108012.00 | R-1411/R-1411_080411_87614_481788525268_1.pdf |
| us senate | 0 | NA | R-1411/R-1411_062411_81708_597428766570_1.pdf |
| international credit portfolio managers | 0 | NA | R-1411/R-1411_102913_111468_309521123532_1.pdf |
| price t rowe realty income | 0 | NA | R-1411/R-1411_083111_87666_431202107038_1.pdf |
| cvc credit partners us lending | 4 | NA | R-1411/R-1411_103013_111530_347819913107_1.pdf |
| us senate | 0 | NA | R-1411/R-1411_062411_81705_592214916466_1.pdf |
| halcyon senior loan | 4 | NA | R-1411/R-1411_102913_111470_309523467402_1.pdf |
| company institute | 0 | NA | R-1411/R-1411_072911_84795_375984547538_1.pdf |
| committee capital markets regulation | 3 | NA | R-1411/R-1411_072211_83818_540244633252_1.pdf |
| ftn financial securities | 0 | NA | R-1411/R-1411_072911_84820_375984703789_1.pdf |
| leahy us senator cmte | 0 | NA | R-1411/R-1411_062811_81592_382967819155_1.pdf |
| greater boston council | 0 | NA | R-1411/R-1411_072611_84611_542287615077_1.pdf |
| minnesota housing partnership | 0 | NA | R-1411/R-1411_080111_84896_558516800902_1.pdf |
| prudential management | 0 | NA | R-1411/R-1411_103013_111487_334828101040_1.pdf |
| pnc financial services | 3 | 111968.75 | R-1411/R-1411_072911_84804_375985797546_1.pdf |
| automobile dealers insurance | 2 | NA | R-1411/R-1411_072911_84833_375986110048_1.pdf |
| bankers illinois | 0 | NA | R-1411/R-1411_080411_87609_481787119018_1.pdf |
| house representatives | 0 | NA | R-1411/R-1411_080211_87595_449258280951_1.pdf |
| equipment leasing finance | 0 | NA | R-1411/R-1411_060811_81210_306273341204_1.pdf |
| massachusetts mortgage bankers | 0 | NA | R-1411/R-1411_092711_87692_536909606036_1.pdf |
| anfield total credit | 0 | NA | R-1411/R-1411_072711_84713_472047275360_1.pdf |
| us senate | 0 | NA | R-1411/R-1411_062411_81712_561094006456_1.pdf |
| clearinghouse partners | 0 | NA | R-1411/R-1411_100713_111403_338244720758_1.pdf |
| manufactured home owners | 1 | NA | R-1411/R-1411_111813_111628_596798015907_1.pdf |
| nebraska bankers | 0 | 33845.00 | R-1411/R-1411_072511_84248_542287146324_1.pdf |
| wisconsin mortgage bankers | 0 | NA | R-1411/R-1411_110813_111583_337869317167_1.pdf |
| education finance council | 1 | 17888.22 | R-1411/R-1411_111813_111649_580442841931_1.pdf |
| american traffic safety services assoc | 0 | NA | R-1411/R-1411_102913_111467_309528155142_1.pdf |
| virginia bankers | 0 | NA | R-1411/R-1411_103013_111461_309527998884_1.pdf |
| conference supervisors | 0 | NA | R-1411/R-1411_080111_87563_381851443300_1.pdf |
| wells fargo | 1 | 23463075.00 | R-1411/R-1411_103013_111500_378403557190_1.pdf |
# FDIC ASSTS
b %>%
ggplot() +
aes(x = org_resources, # %>% log(),
y = Total_Legal_Citations) +
geom_point() +
geom_smooth(method = "lm"
)
# nonprofits
b %>%
ggplot() +
aes(x = assets,
y = Total_Legal_Citations) +
geom_point() +
geom_smooth(method = "lm"
)
# contribution
b %>%
ggplot() +
aes(x = MeanContribAmount,
y = Total_Legal_Citations) +
geom_point() +
geom_smooth(method = "lm"
)
b %>%
ggplot() +
aes(x = marketcap2,
y = Total_Legal_Citations) +
geom_jitter() +
geom_smooth(method = "lm"
)
b %>% filter(Total_Legal_Citations>10,
!is.na(org_name)) %>% select(org_name,Total_Legal_Citations, comment_url, everything()) %>% arrange(-Total_Legal_Citations) %>% kablebox()| org_name | Total_Legal_Citations | comment_url | US_Code | Supreme_Court_Cases | Appeals_and_District_Court_Cases | Code_of_Federal_Regulations | Federal_Register_Total | comment_agency | org_resources | MeanContribAmount | assets | marketcap2 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| advance financial | 227 | https://www.regulations.gov/document?D=CFPB-2016-0025-3913 | 3 | 29 | 195 | 0 | 0 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 146 | https://www.regulations.gov/document?D=CFPB-2014-0033-0164 | 52 | 1 | 3 | 62 | 28 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 144 | https://www.regulations.gov/document?D=CFPB-2011-0003-0009 | 27 | 1 | 0 | 107 | 9 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 144 | https://www.regulations.gov/document?D=CFPB-2011-0005-0008 | 27 | 1 | 0 | 107 | 9 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 144 | https://www.regulations.gov/document?D=CFPB-2011-0006-0006 | 27 | 1 | 0 | 107 | 9 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 144 | https://www.regulations.gov/document?D=CFPB-2011-0007-0006 | 27 | 1 | 0 | 107 | 9 | CFPB | NA | NA | NA | NA |
| consumer law center | 113 | https://www.regulations.gov/document?D=CFPB-2013-0033-0386 | 68 | 4 | 21 | 10 | 10 | CFPB | NA | NA | NA | NA |
| international money management | 110 | https://www.regulations.gov/document?D=CFPB-2012-0029-0054 | 88 | 0 | 0 | 22 | 0 | CFPB | NA | NA | NA | NA |
| consumer law center | 95 | https://www.regulations.gov/document?D=CFPB-2016-0020-5831 | 46 | 10 | 3 | 24 | 12 | CFPB | NA | NA | NA | NA |
| securities industry financial markets | 93 | R-1432/R-1432_021312_104703_532361297436_1.pdf | 43 | 14 | 2 | 13 | 21 | FRS | NA | NA | NA | NA |
| clearing house | 91 | https://www.sec.gov/comments/s7-41-11/s74111-210.pdf | 43 | 13 | 2 | 13 | 20 | SEC | NA | NA | NA | NA |
| consumer law center | 86 | https://www.regulations.gov/document?D=CFPB-2014-0033-0136 | 6 | 0 | 0 | 15 | 65 | CFPB | NA | NA | NA | NA |
| east bay law center | 81 | https://www.regulations.gov/document?D=CFPB-2013-0033-0393 | 72 | 0 | 8 | 0 | 1 | CFPB | NA | NA | NA | NA |
| center responsible lending | 79 | https://www.regulations.gov/document?D=CFPB-2016-0025-154512 | 15 | 0 | 0 | 27 | 37 | CFPB | NA | NA | NA | NA |
| low income housing policy center | 79 | https://www.regulations.gov/document?D=CFPB-2016-0025-185182 | 15 | 0 | 0 | 27 | 37 | CFPB | NA | NA | NA | NA |
| financial services | 74 | https://www.regulations.gov/document?D=CFPB-2016-0025-142779 | 40 | 6 | 9 | 12 | 7 | CFPB | 985817.00 | NA | NA | NA |
| international finance | 71 | https://www.sec.gov/comments/s7-02-13/s70213-56.pdf | 40 | 0 | 1 | 2 | 28 | SEC | 406111.00 | NA | NA | NA |
| better markets | 62 | https://www.sec.gov/comments/s7-02-13/s70213-42.pdf | 7 | 1 | 4 | 0 | 50 | SEC | NA | NA | NA | NA |
| securities industry financial markets | 60 | R-1432/R-1432_021312_104404_346801484756_1.pdf | 23 | 0 | 3 | 5 | 29 | FRS | NA | NA | NA | NA |
| clearing house | 60 | https://www.sec.gov/comments/s7-41-11/s74111-207.pdf | 23 | 0 | 3 | 5 | 29 | SEC | NA | NA | NA | NA |
| cash advance centers advance | 55 | https://www.regulations.gov/document?D=CFPB-2016-0025-142467 | 39 | 1 | 1 | 0 | 14 | CFPB | NA | NA | NA | NA |
| american land title | 53 | https://www.regulations.gov/document?D=CFPB-2012-0028-2732 | 28 | 1 | 0 | 22 | 2 | CFPB | NA | NA | NA | NA |
| american land title | 53 | https://www.regulations.gov/document?D=CFPB-2012-0028-2782 | 28 | 1 | 0 | 22 | 2 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 51 | https://www.regulations.gov/document?D=CFPB-2014-0033-0144 | 12 | 0 | 0 | 32 | 7 | CFPB | NA | NA | NA | NA |
| securities industry financial markets | 50 | https://www.sec.gov/comments/s7-23-07/s72307-8.pdf | 25 | 1 | 2 | 5 | 17 | SEC | NA | NA | NA | NA |
| california reinvestment coalition | 48 | https://www.regulations.gov/document?D=CFPB-2014-0033-0117 | 1 | 0 | 0 | 19 | 28 | CFPB | NA | NA | NA | NA |
| consumer law center | 47 | https://www.regulations.gov/document?D=CFPB-2013-0002-0876 | 27 | 0 | 0 | 1 | 19 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 44 | https://www.regulations.gov/document?D=CFPB-2012-0028-2765 | 4 | 0 | 0 | 18 | 22 | CFPB | NA | NA | NA | NA |
| qbe insurance | 44 | https://www.regulations.gov/document?D=CFPB-2012-0033-0102 | 6 | 0 | 0 | 34 | 4 | CFPB | NA | NA | NA | NA |
| qbe insurance | 44 | https://www.regulations.gov/document?D=CFPB-2012-0034-0060 | 6 | 0 | 0 | 34 | 4 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 43 | https://www.regulations.gov/document?D=CFPB-2014-0019-0256 | 0 | 0 | 0 | 23 | 20 | CFPB | NA | NA | NA | NA |
| consumer data industry | 43 | https://www.regulations.gov/document?D=CFPB-2016-0020-4318 | 31 | 1 | 2 | 4 | 5 | CFPB | NA | NA | NA | NA |
| financial services roundtable | 42 | R-1404/R-1404_022211_67462_559315186904_1.pdf | 19 | 5 | 3 | 9 | 6 | FRS | 347142.86 | 347142.86 | 10769784 | NA |
| consumer mortgage coalition | 41 | https://www.regulations.gov/document?D=CFPB-2013-0018-0274 | 7 | 0 | 0 | 20 | 14 | CFPB | NA | NA | NA | NA |
| nationwide insurance | 40 | R-1438/R-1438_042612_107213_511650085598_1.pdf | 9 | 0 | 0 | 27 | 4 | FRS | NA | NA | NA | NA |
| consumer law center | 40 | https://www.regulations.gov/document?D=CFPB-2012-0034-0098 | 23 | 0 | 1 | 10 | 6 | CFPB | NA | NA | NA | NA |
| securities industry financial markets | 39 | R-1411/R-1411_060911_81224_521506409071_1.pdf | 0 | 0 | 0 | 1 | 38 | FRS | NA | NA | NA | NA |
| international finance | 39 | https://www.sec.gov/comments/s7-08-12/s70812-39.pdf | 23 | 0 | 2 | 1 | 13 | SEC | 406111.00 | NA | NA | NA |
| consumer law center | 39 | https://www.regulations.gov/document?D=CFPB-2012-0028-2811 | 13 | 0 | 0 | 5 | 21 | CFPB | NA | NA | NA | NA |
| structured finance industry | 37 | https://www.sec.gov/comments/s7-14-11/s71411-488.pdf | 12 | 0 | 2 | 16 | 7 | SEC | NA | NA | NA | NA |
| better markets | 36 | https://www.sec.gov/comments/s7-06-13/s70613-410.pdf | 5 | 1 | 4 | 2 | 24 | SEC | NA | NA | NA | NA |
| consumer law center | 35 | https://www.regulations.gov/document?D=CFPB-2011-0008-1294 | 23 | 3 | 2 | 3 | 4 | CFPB | NA | NA | NA | NA |
| medical center ocean workers compensation | 34 | https://www.sec.gov/comments/s7-07-13/s70713-572.pdf | 5 | 2 | 4 | 6 | 17 | SEC | NA | NA | NA | NA |
| mortgage bankers | 34 | https://www.regulations.gov/document?D=CFPB-2012-0022-0141 | 9 | 4 | 15 | 4 | 2 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 34 | https://www.regulations.gov/document?D=CFPB-2013-0033-0322 | 5 | 0 | 0 | 27 | 2 | CFPB | NA | NA | NA | NA |
| dentons us | 34 | https://www.regulations.gov/document?D=CFPB-2016-0025-148826 | 18 | 4 | 1 | 11 | 0 | CFPB | NA | NA | NA | NA |
| american bar | 33 | https://www.sec.gov/comments/s7-12-15/s71215-67.pdf | 8 | 1 | 0 | 23 | 1 | SEC | NA | NA | NA | NA |
| nonprofit legal services southeastern wisconsin | 33 | https://www.regulations.gov/document?D=CFPB-2012-0033-0113 | 1 | 0 | 0 | 32 | 0 | CFPB | NA | NA | NA | NA |
| nonprofit legal services southeastern wisconsin | 33 | https://www.regulations.gov/document?D=CFPB-2012-0033-0121 | 1 | 0 | 0 | 32 | 0 | CFPB | NA | NA | NA | NA |
| nonprofit legal services southeastern wisconsin | 33 | https://www.regulations.gov/document?D=CFPB-2012-0034-0134 | 1 | 0 | 0 | 32 | 0 | CFPB | NA | NA | NA | NA |
| natl assn retail collection attorneys | 33 | https://www.regulations.gov/document?D=CFPB-2013-0005-0055 | 22 | 2 | 1 | 0 | 8 | CFPB | NA | NA | NA | NA |
| polk wardwell davis | 32 | R-1538/R-1538_081516_130442_365208348627_1.pdf | 5 | 0 | 0 | 5 | 22 | FRS | NA | NA | NA | NA |
| polk wardwell davis | 32 | R-1538/R-1538_080516_130420_423053866808_1.pdf | 5 | 0 | 0 | 5 | 22 | FRS | NA | NA | NA | NA |
| american bankers | 32 | https://www.regulations.gov/document?D=CFPB-2012-0028-2673 | 5 | 0 | 0 | 16 | 11 | CFPB | NA | NA | NA | NA |
| securities industry financial markets | 31 | https://www.sec.gov/comments/s7-45-10/s74510-587.pdf | 2 | 0 | 2 | 0 | 27 | SEC | NA | NA | NA | NA |
| american bankers | 31 | https://www.regulations.gov/document?D=CFPB-2011-0006-0005 | 15 | 0 | 0 | 10 | 6 | CFPB | NA | NA | NA | NA |
| american bankers | 31 | https://www.regulations.gov/document?D=CFPB-2011-0007-0005 | 15 | 0 | 0 | 10 | 6 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 31 | https://www.regulations.gov/document?D=CFPB-2012-0028-0488 | 2 | 0 | 0 | 6 | 23 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 31 | https://www.regulations.gov/document?D=CFPB-2012-0029-0123 | 2 | 0 | 0 | 6 | 23 | CFPB | NA | NA | NA | NA |
| natl assn retail collection attorneys | 31 | https://www.regulations.gov/document?D=CFPB-2013-0033-0382 | 19 | 4 | 5 | 0 | 3 | CFPB | NA | NA | NA | NA |
| american bankers | 30 | https://www.sec.gov/comments/s7-41-11/s74111-280.pdf | 15 | 0 | 0 | 7 | 8 | SEC | NA | NA | NA | NA |
| futures industry | 29 | R-1538/R-1538_080416_130404_401540360277_1.pdf | 5 | 0 | 0 | 20 | 4 | FRS | NA | NA | NA | NA |
| pnc financial services | 28 | https://www.sec.gov/comments/s7-41-11/s74111-245.pdf | 23 | 0 | 0 | 5 | 0 | SEC | 111968.75 | 111968.75 | NA | NA |
| consumer law center | 28 | https://www.regulations.gov/document?D=CFPB-2012-0029-0093 | 20 | 0 | 1 | 4 | 3 | CFPB | NA | NA | NA | NA |
| consumer law center | 28 | https://www.regulations.gov/document?D=CFPB-2012-0029-0138 | 20 | 0 | 1 | 4 | 3 | CFPB | NA | NA | NA | NA |
| pnc financial services | 27 | R-1442/R-1442_102212_109758_308151765085_1.pdf | 8 | 0 | 0 | 12 | 7 | FRS | 111968.75 | 111968.75 | NA | NA |
| consumer mortgage coalition | 26 | R-1407/R-1407_041411_69408_337905403353_1.pdf | 0 | 0 | 0 | 24 | 2 | FRS | NA | NA | NA | NA |
| loan syndications trading | 26 | https://www.sec.gov/comments/s7-14-11/s71411-477.pdf | 0 | 0 | 0 | 0 | 26 | SEC | NA | NA | NA | NA |
| better markets | 26 | https://www.sec.gov/comments/s7-03-13/s70313-260.pdf | 12 | 1 | 4 | 0 | 9 | SEC | NA | NA | NA | NA |
| securities industry financial markets | 25 | https://www.sec.gov/comments/s7-41-11/s74111-204.pdf | 2 | 0 | 1 | 7 | 15 | SEC | NA | NA | NA | NA |
| consumer mortgage coalition | 25 | https://www.regulations.gov/document?D=CFPB-2013-0010-0072 | 6 | 0 | 0 | 7 | 12 | CFPB | NA | NA | NA | NA |
| clearing house | 24 | R-1537/R-1537_080516_130419_430529589163_1.pdf | 2 | 0 | 4 | 9 | 9 | FRS | NA | NA | NA | NA |
| harvard university law school | 24 | https://www.sec.gov/comments/s7-12-15/s71215-68.pdf | 14 | 0 | 5 | 3 | 2 | SEC | 78888.89 | 78888.89 | NA | NA |
| online lenders alliance | 24 | https://www.regulations.gov/document?D=CFPB-2016-0025-143973 | 6 | 0 | 2 | 9 | 7 | CFPB | 74794.52 | 74794.52 | NA | NA |
| financial service centers | 24 | https://www.regulations.gov/document?D=CFPB-2016-0025-186584 | 3 | 0 | 0 | 0 | 21 | CFPB | NA | NA | NA | NA |
| securities industry financial markets | 23 | R-1536/R-1536_072216_130370_573100713678_1.pdf | 4 | 0 | 0 | 6 | 13 | FRS | NA | NA | NA | NA |
| better markets | 23 | https://www.sec.gov/comments/s7-08-12/s70812-4661033-176513.pdf | 5 | 1 | 3 | 2 | 12 | SEC | NA | NA | NA | NA |
| financial services roundtable | 23 | https://www.sec.gov/comments/s7-18-08/s71808-79.pdf | 5 | 1 | 0 | 13 | 4 | SEC | 347142.86 | 347142.86 | 10769784 | NA |
| credit suisse securities usa | 23 | https://www.sec.gov/comments/s7-41-11/s74111-260.pdf | 1 | 0 | 1 | 10 | 11 | SEC | NA | NA | NA | NA |
| general electric | 23 | https://www.sec.gov/comments/s7-41-11/s74111-253.pdf | 7 | 0 | 1 | 11 | 4 | SEC | 225591.44 | 225591.44 | NA | NA |
| american bankers | 23 | https://www.regulations.gov/document?D=CFPB-2012-0022-0133 | 3 | 4 | 13 | 1 | 2 | CFPB | NA | NA | NA | NA |
| mortgage bankers | 23 | https://www.regulations.gov/document?D=CFPB-2012-0033-0162 | 5 | 0 | 0 | 3 | 15 | CFPB | NA | NA | NA | NA |
| mortgage bankers | 23 | https://www.regulations.gov/document?D=CFPB-2012-0034-0146 | 5 | 0 | 0 | 3 | 15 | CFPB | NA | NA | NA | NA |
| consumer law center | 23 | https://www.regulations.gov/document?D=CFPB-2012-0037-0697 | 14 | 0 | 1 | 4 | 4 | CFPB | NA | NA | NA | NA |
| securities industry financial markets | 23 | https://www.ncua.gov/files/comment-letters/2016/cl-exec-20160725SIFMA.pdf | 4 | 0 | 0 | 6 | 13 | NCUA | NA | NA | NA | NA |
| better markets | 22 | https://www.sec.gov/comments/s7-23-07/s72307-52.pdf | 0 | 0 | 1 | 0 | 21 | SEC | NA | NA | NA | NA |
| cadwalader wickersham taft | 22 | https://www.sec.gov/comments/s7-41-11/s74111-142.pdf | 20 | 0 | 0 | 2 | 0 | SEC | NA | NA | NA | NA |
| financial services roundtable | 22 | https://www.regulations.gov/document?D=CFPB-2011-0003-0007 | 12 | 0 | 0 | 7 | 3 | CFPB | 347142.86 | 347142.86 | 10769784 | NA |
| consumer mortgage coalition | 22 | https://www.regulations.gov/document?D=CFPB-2012-0033-0161 | 3 | 0 | 1 | 3 | 15 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 22 | https://www.regulations.gov/document?D=CFPB-2012-0034-0144 | 3 | 0 | 1 | 3 | 15 | CFPB | NA | NA | NA | NA |
| securities industry financial markets | 21 | https://www.sec.gov/comments/s7-06-11/s70611-24.pdf | 1 | 0 | 0 | 0 | 20 | SEC | NA | NA | NA | NA |
| genworth mortgage insurance | 21 | https://www.sec.gov/comments/s7-14-11/s71411-180.pdf | 3 | 0 | 0 | 1 | 17 | SEC | 80407.18 | 80407.18 | NA | NA |
| arnold porter fa | 21 | https://www.sec.gov/comments/s7-03-13/s70313-266.pdf | 8 | 0 | 0 | 9 | 4 | SEC | NA | NA | NA | NA |
| consumer law center | 21 | https://www.regulations.gov/document?D=CFPB-2013-0031-0019 | 10 | 2 | 0 | 1 | 8 | CFPB | NA | NA | NA | NA |
| consumer vehicle lessors | 21 | https://www.regulations.gov/document?D=CFPB-2014-0024-0030 | 6 | 0 | 0 | 12 | 3 | CFPB | NA | NA | NA | NA |
| consumer law center | 21 | https://www.regulations.gov/document?D=CFPB-2014-0033-0029 | 10 | 2 | 0 | 1 | 8 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 20 | R-1411/R-1411_103013_111548_566101121654_1.pdf | 3 | 0 | 0 | 2 | 15 | FRS | NA | NA | NA | NA |
| sutherland asbill brennan | 20 | R-1538/R-1538_081216_130438_501329577002_1.pdf | 2 | 0 | 0 | 16 | 2 | FRS | NA | NA | NA | NA |
| institute international bankers | 20 | R-1492/R-1492_081114_129586_426052826308_1.pdf | 0 | 0 | 0 | 10 | 10 | FRS | NA | NA | NA | NA |
| loan syndications trading | 20 | R-1432/R-1432_071212_107895_555401745064_1.pdf | 12 | 0 | 0 | 0 | 8 | FRS | NA | NA | NA | NA |
| consumer mortgage coalition | 20 | https://www.sec.gov/comments/s7-14-11/s71411-472.pdf | 3 | 0 | 0 | 2 | 15 | SEC | NA | NA | NA | NA |
| loan syndications trading | 20 | https://www.sec.gov/comments/s7-41-11/s74111-595.pdf | 12 | 0 | 0 | 0 | 8 | SEC | NA | NA | NA | NA |
| think computer foundation | 20 | https://www.regulations.gov/document?D=CFPB-2014-0003-0016 | 19 | 0 | 1 | 0 | 0 | CFPB | NA | NA | NA | NA |
| consumer law center | 19 | R-1394/R-1394_122710_57897_507546848429_1.pdf | 11 | 0 | 2 | 1 | 5 | FRS | NA | NA | NA | NA |
| morgan stanley | 19 | https://www.sec.gov/comments/s7-08-12/s70812-4663173-176545.pdf | 0 | 0 | 0 | 7 | 12 | SEC | 127377000.00 | 253733.33 | NA | 183806000000 |
| better markets | 19 | https://www.sec.gov/comments/s7-14-11/s71411-433.pdf | 1 | 0 | 0 | 0 | 18 | SEC | NA | NA | NA | NA |
| mortgage bankers | 19 | https://www.sec.gov/comments/s7-14-11/s71411-379.pdf | 3 | 0 | 0 | 1 | 15 | SEC | NA | NA | NA | NA |
| royal canada | 19 | https://www.sec.gov/comments/s7-41-11/s74111-331.pdf | 1 | 0 | 0 | 1 | 17 | SEC | NA | NA | NA | NA |
| silvergate capital | 18 | R-1442/R-1442-A_102212_109796_577136250745_1.pdf | 10 | 2 | 0 | 5 | 1 | FRS | NA | NA | NA | NA |
| securities industry financial markets | 18 | https://www.sec.gov/comments/s7-25-11/s72511-18.pdf | 13 | 0 | 0 | 1 | 4 | SEC | NA | NA | NA | NA |
| american bankers | 18 | https://www.regulations.gov/document?D=CFPB-2012-0037-0702 | 14 | 0 | 0 | 0 | 4 | CFPB | NA | NA | NA | NA |
| consumer law center | 18 | https://www.regulations.gov/document?D=CFPB-2014-0019-0137 | 5 | 0 | 0 | 4 | 9 | CFPB | NA | NA | NA | NA |
| american responsible auto lenders | 18 | https://www.regulations.gov/document?D=CFPB-2016-0025-142821 | 12 | 0 | 0 | 2 | 4 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 17 | R-1417/R-1417_072311_84200_576707448388_1.pdf | 3 | 0 | 0 | 1 | 13 | FRS | NA | NA | NA | NA |
| institute international bankers | 17 | R-1534/R-1534_060316_130278_609556212671_1.pdf | 2 | 0 | 0 | 10 | 5 | FRS | NA | NA | NA | NA |
| california teachers retirement system | 17 | https://www.sec.gov/comments/s7-39-10/s73910-127.pdf | 14 | 0 | 0 | 2 | 1 | SEC | NA | NA | NA | NA |
| global witness | 17 | https://www.sec.gov/comments/s7-40-10/s74010-93.pdf | 9 | 0 | 0 | 3 | 5 | SEC | NA | NA | NA | NA |
| securities industry financial markets | 17 | https://www.sec.gov/comments/s7-25-11/s72511-5.pdf | 2 | 0 | 2 | 2 | 11 | SEC | NA | NA | NA | NA |
| consumer mortgage coalition | 17 | https://www.regulations.gov/document?D=CFPB-2011-0008-1406 | 3 | 0 | 0 | 1 | 13 | CFPB | NA | NA | NA | NA |
| aca international | 17 | https://www.regulations.gov/document?D=CFPB-2013-0005-0057 | 10 | 0 | 0 | 4 | 3 | CFPB | 81093.75 | 81093.75 | 9683853 | NA |
| pnc financial services | 17 | https://www.regulations.gov/document?D=CFPB-2013-0010-0071 | 1 | 0 | 0 | 0 | 16 | CFPB | 111968.75 | 111968.75 | NA | NA |
| texas bankers | 17 | https://www.regulations.gov/document?D=CFPB-2016-0020-4153 | 6 | 5 | 1 | 0 | 5 | CFPB | NA | NA | NA | NA |
| securities industry financial markets | 16 | R-1397/R-1397_122710_58136_331176456422_1.pdf | 14 | 0 | 0 | 0 | 2 | FRS | NA | NA | NA | NA |
| company institute | 16 | https://www.sec.gov/comments/s7-09-15/s70915-37.pdf | 1 | 0 | 0 | 0 | 15 | SEC | NA | NA | NA | NA |
| consumer law center | 16 | https://www.regulations.gov/document?D=CFPB-2012-0028-2845 | 5 | 0 | 0 | 0 | 11 | CFPB | NA | NA | NA | NA |
| consumer law center | 16 | https://www.regulations.gov/document?D=CFPB-2012-0029-0240 | 5 | 0 | 0 | 0 | 11 | CFPB | NA | NA | NA | NA |
| american bankers insurance | 16 | https://www.regulations.gov/document?D=CFPB-2016-0020-3943 | 11 | 0 | 1 | 1 | 3 | CFPB | NA | NA | NA | NA |
| human rights defense center | 16 | https://www.regulations.gov/document?D=CFPB-2016-0020-6119 | 9 | 6 | 1 | 0 | 0 | CFPB | NA | NA | NA | NA |
| agricultural mortgage | 15 | R-1415/R-1415_112414_129777_278796630714_1.pdf | 0 | 0 | 0 | 9 | 6 | FRS | NA | NA | NA | NA |
| global witness | 15 | https://www.sec.gov/comments/s7-42-10/s74210-34.pdf | 13 | 1 | 0 | 0 | 1 | SEC | NA | NA | NA | NA |
| securities industry financial markets | 15 | https://www.sec.gov/comments/s7-03-15/s70315-7.pdf | 0 | 0 | 0 | 0 | 15 | SEC | NA | NA | NA | NA |
| tradeweb markets | 15 | https://www.sec.gov/comments/s7-06-11/s70611-23.pdf | 0 | 0 | 0 | 0 | 15 | SEC | NA | NA | NA | NA |
| villanova university | 15 | https://www.sec.gov/comments/s7-05-11/s70511-38.pdf | 0 | 0 | 0 | 0 | 15 | SEC | 7000.00 | 7000.00 | 914283511 | NA |
| bar new york | 15 | https://www.sec.gov/comments/s7-36-10/s73610-81.pdf | 10 | 0 | 0 | 5 | 0 | SEC | NA | NA | NA | NA |
| american securitization forum | 15 | https://www.sec.gov/comments/s7-14-11/s71411-57.pdf | 6 | 0 | 0 | 7 | 2 | SEC | 50000.00 | 50000.00 | NA | NA |
| us senate | 15 | https://www.sec.gov/comments/s7-41-11/s74111-638.pdf | 5 | 5 | 1 | 3 | 1 | SEC | NA | NA | NA | NA |
| financial services roundtable | 15 | https://www.sec.gov/comments/s7-06-15/s70615-23.pdf | 1 | 0 | 0 | 0 | 14 | SEC | 347142.86 | 347142.86 | 10769784 | NA |
| bar new york | 15 | https://www.sec.gov/comments/s7-37-10/s73710-128.pdf | 10 | 0 | 0 | 5 | 0 | SEC | NA | NA | NA | NA |
| consumer mortgage coalition | 15 | https://www.regulations.gov/document?D=CFPB-2012-0022-0121 | 5 | 0 | 0 | 8 | 2 | CFPB | NA | NA | NA | NA |
| american land title | 15 | https://www.regulations.gov/document?D=CFPB-2012-0028-0714 | 5 | 0 | 0 | 8 | 2 | CFPB | NA | NA | NA | NA |
| center responsible lending | 15 | https://www.regulations.gov/document?D=CFPB-2012-0029-0101 | 8 | 0 | 0 | 5 | 2 | CFPB | NA | NA | NA | NA |
| electronic transactions | 15 | https://www.regulations.gov/document?D=CFPB-2016-0020-3937 | 8 | 5 | 2 | 0 | 0 | CFPB | NA | NA | NA | NA |
| american justice | 15 | https://www.regulations.gov/document?D=CFPB-2016-0020-5528 | 4 | 7 | 0 | 0 | 4 | CFPB | NA | NA | NA | NA |
| electronic transactions | 15 | https://www.regulations.gov/document?D=CFPB-2016-0020-5829 | 8 | 5 | 2 | 0 | 0 | CFPB | NA | NA | NA | NA |
| american bankers | 14 | R-1536/R-1536_072116_130349_552112583565_1.pdf | 6 | 0 | 0 | 7 | 1 | FRS | NA | NA | NA | NA |
| financial services roundtable | 14 | R-1536/R-1536_080316_130390_356976379332_1.pdf | 8 | 0 | 0 | 5 | 1 | FRS | 347142.86 | 347142.86 | 10769784 | NA |
| public citizen | 14 | https://www.sec.gov/comments/s7-12-11/s71211-707.pdf | 3 | 0 | 0 | 0 | 11 | SEC | 64166.67 | 64166.67 | NA | NA |
| better markets | 14 | https://www.sec.gov/comments/s7-40-11/s74011-5.pdf | 0 | 0 | 0 | 1 | 13 | SEC | NA | NA | NA | NA |
| canada pension plan | 14 | https://www.sec.gov/comments/s7-08-12/s70812-19.pdf | 2 | 0 | 0 | 0 | 12 | SEC | NA | NA | NA | NA |
| bankers international securities | 14 | https://www.sec.gov/comments/s7-08-12/s70812-71.pdf | 4 | 0 | 0 | 8 | 2 | SEC | NA | NA | NA | NA |
| wells fargo | 14 | https://www.sec.gov/comments/s7-41-11/s74111-288.pdf | 2 | 0 | 0 | 2 | 10 | SEC | 23463075.00 | 349826.09 | NA | NA |
| municipal securities division new jersey | 14 | https://www.sec.gov/comments/s7-41-11/s74111-269.pdf | 6 | 0 | 0 | 6 | 2 | SEC | NA | NA | NA | NA |
| ray hope church finance office secretary | 14 | https://www.regulations.gov/document?D=CFPB-2012-0028-0588 | 5 | 0 | 0 | 1 | 8 | CFPB | NA | NA | NA | NA |
| center responsible lending | 14 | https://www.regulations.gov/document?D=CFPB-2013-0002-0895 | 2 | 0 | 3 | 4 | 5 | CFPB | NA | NA | NA | NA |
| texans public justice | 14 | https://www.regulations.gov/document?D=CFPB-2016-0020-4552 | 3 | 1 | 0 | 2 | 8 | CFPB | NA | NA | NA | NA |
| us dept treasury | 14 | https://www.regulations.gov/document?D=CFPB-2016-0025-95976 | 11 | 0 | 0 | 3 | 0 | CFPB | NA | NA | NA | NA |
| us dept treasury | 14 | https://www.regulations.gov/document?D=CFPB-2016-0025-95977 | 11 | 0 | 0 | 3 | 0 | CFPB | NA | NA | NA | NA |
| insurance coalition mississippi | 13 | R-1536/R-1536_072816_130381_532865176067_1.pdf | 4 | 1 | 0 | 2 | 6 | FRS | NA | NA | NA | NA |
| home loan | 13 | R-1405/R-1405_033011_69274_589558219517_1.pdf | 6 | 0 | 0 | 2 | 5 | FRS | 103603.00 | NA | NA | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-32-10/s73210-27.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-06-11/s70611-147.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-27-10/s72710-153.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| futures industry | 13 | https://www.sec.gov/comments/s7-27-10/s72710-62.pdf | 1 | 0 | 0 | 0 | 12 | SEC | NA | NA | NA | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-35-10/s73510-43.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-40-11/s74011-19.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-08-12/s70812-46.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-43-10/s74310-31.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| new york law school | 13 | https://www.sec.gov/comments/s7-12-15/s71215-15.pdf | 6 | 1 | 6 | 0 | 0 | SEC | 470981767.00 | NA | 470981767 | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-08-11/s70811-60.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-03-11/s70311-8.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-25-11/s72511-49.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| better markets | 13 | https://www.sec.gov/comments/s7-34-10/s73410-112.pdf | 5 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| consumer law center | 13 | https://www.regulations.gov/document?D=CFPB-2011-0004-0007 | 11 | 0 | 0 | 2 | 0 | CFPB | NA | NA | NA | NA |
| center responsible lending | 13 | https://www.regulations.gov/document?D=CFPB-2011-0004-0009 | 7 | 0 | 0 | 2 | 4 | CFPB | NA | NA | NA | NA |
| clearing house | 13 | https://www.regulations.gov/document?D=CFPB-2011-0009-0080 | 1 | 0 | 0 | 7 | 5 | CFPB | NA | NA | NA | NA |
| pillsbury winthrop shaw pittman foundation | 13 | https://www.regulations.gov/document?D=CFPB-2012-0029-0055 | 4 | 0 | 0 | 2 | 7 | CFPB | NA | NA | NA | NA |
| home builders | 13 | https://www.regulations.gov/document?D=CFPB-2016-0020-4195 | 3 | 0 | 0 | 8 | 2 | CFPB | 26277.00 | NA | NA | NA |
| morgan stanley | 12 | R-1417/R-1417_072211_84735_400774047765_1.pdf | 0 | 0 | 0 | 10 | 2 | FRS | 127377000.00 | 253733.33 | NA | 183806000000 |
| consumer data industry | 12 | R-1550/R-1550_011317_131681_551357712049_1.pdf | 7 | 0 | 0 | 4 | 1 | FRS | NA | NA | NA | NA |
| erisa industry committee | 12 | https://www.sec.gov/comments/s7-39-10/s73910-44.pdf | 7 | 0 | 2 | 2 | 1 | SEC | NA | NA | NA | NA |
| american bankers | 12 | https://www.sec.gov/comments/s7-45-10/s74510-551.pdf | 3 | 0 | 1 | 0 | 8 | SEC | NA | NA | NA | NA |
| depository clearing | 12 | https://www.sec.gov/comments/s7-35-10/s73510-34.pdf | 0 | 0 | 0 | 6 | 6 | SEC | NA | NA | NA | NA |
| better markets | 12 | https://www.sec.gov/comments/s7-08-12/s70812-34.pdf | 4 | 1 | 4 | 0 | 3 | SEC | NA | NA | NA | NA |
| american council life insurers | 12 | https://www.sec.gov/comments/s7-08-12/s70812-25.pdf | 0 | 0 | 0 | 0 | 12 | SEC | NA | NA | NA | NA |
| assn real estate trusts | 12 | https://www.sec.gov/comments/s7-14-11/s71411-263.pdf | 4 | 0 | 0 | 0 | 8 | SEC | NA | NA | NA | NA |
| depository clearing | 12 | https://www.sec.gov/comments/s7-08-11/s70811-42.pdf | 0 | 0 | 0 | 6 | 6 | SEC | NA | NA | NA | NA |
| depository clearing | 12 | https://www.sec.gov/comments/s7-08-11/s70811-24.pdf | 2 | 0 | 0 | 5 | 5 | SEC | NA | NA | NA | NA |
| institute international bankers | 12 | https://www.sec.gov/comments/s7-06-15/s70615-16.pdf | 0 | 0 | 0 | 0 | 12 | SEC | NA | NA | NA | NA |
| morgan stanley | 12 | https://www.regulations.gov/document?D=CFPB-2011-0008-1618 | 0 | 0 | 0 | 10 | 2 | CFPB | 127377000.00 | 253733.33 | NA | 183806000000 |
| commercial law league | 12 | https://www.regulations.gov/document?D=CFPB-2012-0021-0029 | 6 | 0 | 0 | 6 | 0 | CFPB | NA | NA | NA | NA |
| consumer bankers | 12 | https://www.regulations.gov/document?D=CFPB-2012-0028-2785 | 0 | 0 | 0 | 0 | 12 | CFPB | NA | NA | NA | NA |
| real estate services providers council | 12 | https://www.regulations.gov/document?D=CFPB-2012-0028-2908 | 7 | 0 | 0 | 0 | 5 | CFPB | 43775.00 | 43775.00 | NA | NA |
| consumer law center | 12 | https://www.regulations.gov/document?D=CFPB-2012-0050-0103 | 3 | 0 | 0 | 0 | 9 | CFPB | NA | NA | NA | NA |
| consumer law center | 12 | https://www.regulations.gov/document?D=CFPB-2012-0050-0114 | 3 | 0 | 0 | 0 | 9 | CFPB | NA | NA | NA | NA |
| pnc financial services | 12 | https://www.regulations.gov/document?D=CFPB-2013-0002-0725 | 1 | 0 | 0 | 2 | 9 | CFPB | 111968.75 | 111968.75 | NA | NA |
| texas manufactured housing | 12 | https://www.regulations.gov/document?D=CFPB-2013-0018-0108 | 4 | 0 | 0 | 1 | 7 | CFPB | NA | NA | NA | NA |
| electronic transactions | 12 | https://www.regulations.gov/document?D=CFPB-2014-0010-0066 | 0 | 0 | 0 | 0 | 12 | CFPB | NA | NA | NA | NA |
| us chamber commerce | 12 | https://www.regulations.gov/document?D=CFPB-2014-0010-0103 | 5 | 0 | 0 | 5 | 2 | CFPB | NA | NA | NA | NA |
| consumer mortgage coalition | 12 | https://www.regulations.gov/document?D=CFPB-2014-0033-0165 | 6 | 0 | 0 | 2 | 4 | CFPB | NA | NA | NA | NA |
| institute international finance | 11 | R-1438/R-1438_043013_111122_562504653776_1.pdf | 3 | 0 | 0 | 0 | 8 | FRS | NA | NA | NA | NA |
| consumer bankers | 11 | R-1442/R-1442_102212_110154_310593476676_1.pdf | 2 | 0 | 1 | 0 | 8 | FRS | NA | NA | NA | NA |
| peoples republic china | 11 | R-1432/R-1432_032312_107133_452715719973_1.pdf | 10 | 0 | 0 | 1 | 0 | FRS | NA | NA | NA | NA |
| exxon mobil | 11 | https://www.sec.gov/comments/s7-42-10/s74210-11.pdf | 9 | 1 | 1 | 0 | 0 | SEC | 229945.17 | 229945.17 | NA | NA |
| royal dutch shell | 11 | https://www.sec.gov/comments/s7-42-10/s74210-18.pdf | 8 | 2 | 1 | 0 | 0 | SEC | 287691.92 | 287691.92 | NA | NA |
| securities industry financial markets | 11 | https://www.sec.gov/comments/s7-40-11/s74011-4.pdf | 0 | 0 | 0 | 0 | 11 | SEC | NA | NA | NA | NA |
| financial services roundtable | 11 | https://www.sec.gov/comments/s7-12-15/s71215-40.pdf | 6 | 0 | 1 | 3 | 1 | SEC | 347142.86 | 347142.86 | 10769784 | NA |
| company institute | 11 | https://www.sec.gov/comments/s7-41-11/s74111-454.pdf | 1 | 0 | 0 | 4 | 6 | SEC | NA | NA | NA | NA |
| loan syndications trading | 11 | https://www.sec.gov/comments/s7-41-11/s74111-264.pdf | 2 | 0 | 0 | 3 | 6 | SEC | NA | NA | NA | NA |
| redwood alliance church | 11 | https://www.sec.gov/comments/s7-25-11/s72511-35.pdf | 11 | 0 | 0 | 0 | 0 | SEC | NA | NA | NA | NA |
| bond lawyers | 11 | https://www.sec.gov/comments/s7-26-10/s72610-55.pdf | 0 | 6 | 0 | 5 | 0 | SEC | NA | NA | NA | NA |
| securities industry financial markets | 11 | https://www.sec.gov/comments/s7-09-15/s70915-31.pdf | 1 | 0 | 0 | 0 | 10 | SEC | NA | NA | NA | NA |
| washington legal foundation | 11 | https://www.regulations.gov/document?D=CFPB-2016-0020-3924 | 5 | 5 | 0 | 0 | 1 | CFPB | NA | NA | NA | NA |
t <- technical_terms %>%
left_join(d %>%
select(comment_url, org_name,
comment_agency, org_resources, MeanContribAmount,
assets,
marketcap2,
`FDIC_Institutions-orgMatch:ASSET`) %>%
distinct()
) %>%
drop_na(dictionary_terms)
# FDIC ASSTS
t %>%
filter(!is.na(`FDIC_Institutions-orgMatch:ASSET`)) %>%
ggplot() +
aes(x = `FDIC_Institutions-orgMatch:ASSET`, # %>% log(),
y = dictionary_terms ) +
geom_point(alpha = .5) +
geom_smooth(method = "lm"
) +
scale_y_log10() +
scale_x_log10() +
labs(x = "Assets",
y = "Legal and Technial Terms",
title = "FDIC-Insured Banks")
t %>%
filter(!is.na(`FDIC_Institutions-orgMatch:ASSET`), dictionary_terms == 0) %>%
select(org_name, everything(), -doc_id) %>%
kablebox()| org_name | uk_law | banking | us_law | overlap | dictionary_terms | comment_url | comment_agency | org_resources | MeanContribAmount | assets | marketcap2 | FDIC_Institutions-orgMatch:ASSET |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| corpus christi | 0 | 0 | 0 | 0 | 0 | https://www.sec.gov/comments/s7-45-10/s74510-262.pdf | SEC | 767293 | NA | NA | NA | 767293 |
| palm desert | 0 | 0 | 0 | 0 | 0 | https://www.sec.gov/comments/s7-45-10/s74510-221.pdf | SEC | 129253 | NA | NA | NA | 129253 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2011-0008-0297 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| northeast bankers | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2011-0009-0119 | CFPB | 175582 | NA | NA | NA | 175582 |
| horizon financial | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0022-0050 | CFPB | 131723 | NA | NA | NA | 131723 |
| traders farmers | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0022-0120 | CFPB | 380746 | NA | NA | NA | 380746 |
| morgan stanley private | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0022-0147 | CFPB | 53504000 | NA | NA | NA | 53504000 |
| farmers savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-0442 | CFPB | 49200 | NA | NA | NA | 49200 |
| cedar valley | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-0450 | CFPB | 11906 | NA | NA | NA | 11906 |
| cedar valley | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-0451 | CFPB | 11906 | NA | NA | NA | 11906 |
| colonial virginia | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-0530 | CFPB | 115096 | NA | NA | NA | 115096 |
| norwest black hills | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-0547 | CFPB | 397885 | NA | NA | NA | 397885 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-0582 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| first florida | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-1644 | CFPB | 6339124 | NA | NA | NA | 6339124 |
| central florida | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-1847 | CFPB | 247515 | NA | NA | NA | 247515 |
| kentucky pendleton | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-1892 | CFPB | 27441 | NA | NA | NA | 27441 |
| fsb lake sunapee | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2003 | CFPB | 1552939 | NA | NA | NA | 1552939 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2087 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2107 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| ssb equitable | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2139 | CFPB | 303534 | NA | NA | NA | 303534 |
| virginia heritage | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2225 | CFPB | 951668 | NA | NA | NA | 951668 |
| first north dakota | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2238 | CFPB | 880897 | NA | NA | NA | 880897 |
| virginia heritage | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2269 | CFPB | 951668 | NA | NA | NA | 951668 |
| american heritage | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2314 | CFPB | 1120654 | NA | NA | NA | 1120654 |
| first florida | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2369 | CFPB | 6339124 | NA | NA | NA | 6339124 |
| virginia heritage | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2371 | CFPB | 951668 | NA | NA | NA | 951668 |
| virginia heritage | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2373 | CFPB | 951668 | NA | NA | NA | 951668 |
| peoples exchange | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2763 | CFPB | 62665 | NA | NA | NA | 62665 |
| bankers kansas | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2855 | CFPB | 180621 | NA | NA | NA | 180621 |
| sun prairie valley | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0028-2885 | CFPB | 53168 | NA | NA | NA | 53168 |
| southside virginia | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0029-0025 | CFPB | 561664 | NA | NA | NA | 561664 |
| first muscatine | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0029-0044 | CFPB | 304493 | NA | NA | NA | 304493 |
| farmers savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0029-0048 | CFPB | 49200 | NA | NA | NA | 49200 |
| two rivers | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0029-0049 | CFPB | 315465 | NA | NA | NA | 315465 |
| farmers merchants savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0029-0053 | CFPB | 154144 | NA | NA | NA | 154144 |
| bankers kansas | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0029-0095 | CFPB | 180621 | NA | NA | NA | 180621 |
| colonial virginia | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0029-0135 | CFPB | 115096 | NA | NA | NA | 115096 |
| norwest black hills | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0029-0140 | CFPB | 397885 | NA | NA | NA | 397885 |
| central florida | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0029-0166 | CFPB | 247515 | NA | NA | NA | 247515 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0029-0190 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0031-0040 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| central florida | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0032-0024 | CFPB | 247515 | NA | NA | NA | 247515 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0032-0031 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| frankfort mich savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0033-0035 | CFPB | 129107 | NA | NA | NA | 129107 |
| fsb lake sunapee | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0033-0062 | CFPB | 1552939 | NA | NA | NA | 1552939 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0033-0063 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0033-0085 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| southside virginia | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0033-0097 | CFPB | 561664 | NA | NA | NA | 561664 |
| norwest black hills | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0033-0122 | CFPB | 397885 | NA | NA | NA | 397885 |
| morgan stanley private | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0033-0134 | CFPB | 53504000 | NA | NA | NA | 53504000 |
| miami savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0033-0163 | CFPB | 96687 | NA | NA | NA | 96687 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0034-0079 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| norwest black hills | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0034-0115 | CFPB | 397885 | NA | NA | NA | 397885 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0037-0189 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| central florida | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0037-0206 | CFPB | 247515 | NA | NA | NA | 247515 |
| american heritage | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0037-0505 | CFPB | 1120654 | NA | NA | NA | 1120654 |
| first tennessee | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2012-0050-0073 | CFPB | 216632 | NA | NA | NA | 216632 |
| colfax banking | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0003 | CFPB | 107257 | NA | NA | NA | 107257 |
| farmers west concord | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0041 | CFPB | 48650 | NA | NA | NA | 48650 |
| great southern | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0083 | CFPB | 302521 | NA | NA | NA | 302521 |
| colfax banking | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0152 | CFPB | 107257 | NA | NA | NA | 107257 |
| norwest cherry creek | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0183 | CFPB | 203925 | NA | NA | NA | 203925 |
| farmers west concord | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0235 | CFPB | 48650 | NA | NA | NA | 48650 |
| norwest cherry creek | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0237 | CFPB | 203925 | NA | NA | NA | 203925 |
| farmers west concord | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0246 | CFPB | 48650 | NA | NA | NA | 48650 |
| merchants farmers | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0272 | CFPB | 168840 | NA | NA | NA | 168840 |
| norwest cherry creek | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0285 | CFPB | 203925 | NA | NA | NA | 203925 |
| norwest cherry creek | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0288 | CFPB | 203925 | NA | NA | NA | 203925 |
| bankfirst financial services | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0415 | CFPB | 954917 | NA | NA | NA | 954917 |
| bankfirst financial services | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0469 | CFPB | 954917 | NA | NA | NA | 954917 |
| first collinsville | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0529 | CFPB | 138459 | NA | NA | NA | 138459 |
| northern hancock | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0536 | CFPB | 26699 | NA | NA | NA | 26699 |
| first american | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0585 | CFPB | 1123534 | NA | NA | NA | 1123534 |
| oxford university | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0648 | CFPB | 131837 | NA | NA | NA | 131837 |
| oxford university | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0651 | CFPB | 131837 | NA | NA | NA | 131837 |
| mascoma savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0706 | CFPB | 1587618 | NA | NA | NA | 1587618 |
| bankers south carolina | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0726 | CFPB | 344522 | NA | NA | NA | 344522 |
| century ozarks | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0758 | CFPB | 173130 | NA | NA | NA | 173130 |
| citizens first | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0764 | CFPB | 116593 | NA | NA | NA | 116593 |
| first hawaiian | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0797 | CFPB | 19740940 | NA | NA | NA | 19740940 |
| bankfirst financial services | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0798 | CFPB | 954917 | NA | NA | NA | 954917 |
| north american savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0813 | CFPB | 99796 | NA | NA | NA | 99796 |
| merchants farmers | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0838 | CFPB | 168840 | NA | NA | NA | 168840 |
| colonial savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0884 | CFPB | 68314 | NA | NA | NA | 68314 |
| first commercial | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0885 | CFPB | 234606 | NA | NA | NA | 234606 |
| great southern | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0887 | CFPB | 302521 | NA | NA | NA | 302521 |
| merchants farmers | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0888 | CFPB | 168840 | NA | NA | NA | 168840 |
| bankfirst financial services | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0900 | CFPB | 954917 | NA | NA | NA | 954917 |
| bankfirst financial services | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0914 | CFPB | 954917 | NA | NA | NA | 954917 |
| puerto rico | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0919 | CFPB | 550624 | NA | NA | NA | 550624 |
| first hawaiian | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0002-0941 | CFPB | 19740940 | NA | NA | NA | 19740940 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0010-0039 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| piscataqua savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0013-0027 | CFPB | 258679 | NA | NA | NA | 258679 |
| first minnesota | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0013-0029 | CFPB | 396284 | NA | NA | NA | 396284 |
| woodsville guaranty savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0013-0031 | CFPB | 466556 | NA | NA | NA | 466556 |
| first service | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0013-0068 | CFPB | 319060 | NA | NA | NA | 319060 |
| mascoma savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0013-0093 | CFPB | 1587618 | NA | NA | NA | 1587618 |
| piscataqua savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0018-0010 | CFPB | 258679 | NA | NA | NA | 258679 |
| credit one | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0018-0018 | CFPB | 224471 | NA | NA | NA | 224471 |
| wells river savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0018-0030 | CFPB | 165645 | NA | NA | NA | 165645 |
| first service | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0018-0060 | CFPB | 319060 | NA | NA | NA | 319060 |
| century fort lauderdale | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0018-0275 | CFPB | 88393 | NA | NA | NA | 88393 |
| guaranty savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0018-0276 | CFPB | 109093 | NA | NA | NA | 109093 |
| bankers kentucky | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0029-0026 | CFPB | 104784 | NA | NA | NA | 104784 |
| wells fargo | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0031-0014 | CFPB | 23463075 | 349826.1 | NA | NA | 23463075 |
| citizens guaranty | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0031-0015 | CFPB | 158565 | NA | NA | NA | 158565 |
| united mississippi | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2013-0033-0371 | CFPB | 353506 | NA | NA | NA | 353506 |
| bankers north carolina | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0009-0062 | CFPB | 78767 | NA | NA | NA | 78767 |
| citizens first | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0010-0013 | CFPB | 116593 | NA | NA | NA | 116593 |
| first muscatine | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0010-0100 | CFPB | 304493 | NA | NA | NA | 304493 |
| elk river | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0096 | CFPB | 408374 | NA | NA | NA | 408374 |
| southern heritage | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0122 | CFPB | 297161 | NA | NA | NA | 297161 |
| first security | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0125 | CFPB | 1007039 | NA | NA | NA | 1007039 |
| first san antonio | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0209 | CFPB | 135593 | NA | NA | NA | 135593 |
| rock canyon | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0247 | CFPB | 330590 | NA | NA | NA | 330590 |
| paper savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0255 | CFPB | 159898 | NA | NA | NA | 159898 |
| credit one | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0338 | CFPB | 224471 | NA | NA | NA | 224471 |
| first columbia | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0346 | CFPB | 696665 | NA | NA | NA | 696665 |
| citizens loyal | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0352 | CFPB | 200037 | NA | NA | NA | 200037 |
| athol savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0364 | CFPB | 400965 | NA | NA | NA | 400965 |
| bay ridge savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2014-0019-0368 | CFPB | 546834 | NA | NA | NA | 546834 |
| financial services | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-143313 | CFPB | 985817 | NA | NA | NA | 985817 |
| financial services | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-144037 | CFPB | 985817 | NA | NA | NA | 985817 |
| first nebraska | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-147176 | CFPB | 15718 | NA | NA | NA | 15718 |
| north country savings | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-148796 | CFPB | 250269 | NA | NA | NA | 250269 |
| peoples intermountain | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-148853 | CFPB | 1682347 | NA | NA | NA | 1682347 |
| first sioux falls | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-189535 | CFPB | 1136941 | NA | NA | NA | 1136941 |
| first american savings loan | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-199026 | CFPB | 482445 | NA | NA | NA | 482445 |
| first american savings loan | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-199118 | CFPB | 482445 | NA | NA | NA | 482445 |
| merchants farmers | 0 | 0 | 0 | 0 | 0 | https://www.regulations.gov/document?D=CFPB-2016-0025-4688 | CFPB | 168840 | NA | NA | NA | 168840 |
# nonprofits
t %>%
filter(!is.na(assets)) %>%
ggplot() +
aes(x = assets,
y = dictionary_terms) +
geom_point() +
geom_smooth(method = "lm"
)
# contribution
t %>%
filter(!is.na(MeanContribAmount)) %>%
ggplot() +
aes(x = MeanContribAmount,
y = dictionary_terms) +
geom_point() +
geom_smooth(method = "lm"
)
t %>%
filter(!is.na(marketcap2)) %>%
ggplot() +
aes(x = marketcap2,
y = dictionary_terms) +
geom_jitter() +
geom_smooth(method = "lm"
)
This is fishy
# fishy
d %>%
ggplot() +
aes(x = marketcap2) +
geom_histogram()
# Steve's code
# https://www.dropbox.com/s/dt7n0a771jngpte/Efficacy_Plots.R?dl=0
######################################
'%!in%' <- function(x,y)!('%in%'(x,y))
library(scales) # to access break formatting functions
library(DBI)
library(RSQLite)
library(quanteda)
library(tidyverse)
library(magrittr)
library(tidylog)
library(stargazer)
library(corrplot)
all_repeated_language <- read.csv(here("data/repeated_language.csv"), stringsAsFactors = F,
strip.white = T, sep = ",")
all_repeated_language %<>% as_tibble()
commenter_covariates <- read.csv(file = here("data/finreg_commenter_covariates_df_20210824.csv"),
strip.white = T, stringsAsFactors = F)
# federal reserve weird in sqlite and that translates to this frame
commenter_covariates %<>%
mutate(
comment_url = gsub(pattern = "https:/www.sec.gov",
replacement = "https://www.sec.gov",
x = comment_url),
comment_url = gsub(pattern = "S7-",
replacement = "s7-",
x = comment_url),
# Federal Reserve Fix
comment_url = gsub(pattern = "https:\\/\\/www\\.federalreserve\\.gov\\/SECRS\\/\\d{4}\\/\\w+/\\d{1,}/",
replacement = "",
x = comment_url)
)
load(here("data", "tech_iterations.RData"))
load(here("data", "bluebook.RData"))
# Efficacy Measure Summary Stats and Plots ####
technical_terms %<>%
mutate( comment_url = doc_id) %>%
left_join(Tables_and_Figures, by = "comment_url") %>%
left_join(bluebook, by = "comment_url") %>%
mutate(
# SEC fix
comment_url = gsub(pattern = "https:/www.sec.gov",
replacement = "https://www.sec.gov",
x = comment_url),
comment_url = gsub(pattern = "S7-",
replacement = "s7-",
x = comment_url),
# Federal Reserve Fix
comment_url = gsub(pattern = "https:\\/\\/www\\.federalreserve\\.gov\\/SECRS\\/\\d{4}\\/\\w+/\\d{1,}/",
replacement = "",
x = comment_url)
)
technical_terms %>%
filter(grepl(pattern = "sec.gov",x = comment_url))
missing_from_all_repeated <- all_repeated_language %>%
anti_join(technical_terms, by = "comment_url")
missing_from_technical_terms <- technical_terms %>%
anti_join(all_repeated_language, by = "comment_url")
missing_from_technical_terms
all_repeated_language %>%
left_join(technical_terms, by = "comment_url")
## Rename Efficacy Measure variables for plots ####
all_repeated_language %<>%
# Plag sequences
rename("Num. Seq. Over 5" = "difference_plagiarised_number_of_other_sequences_over_5") %>%
rename("Num. Seq. Over 10" = "difference_plagiarised_number_of_other_sequences_over_10") %>%
rename("Num. Seq. Over 25" = "difference_plagiarised_number_of_other_sequences_over_25") %>%
rename("Num. Seq. Over 50" = "difference_plagiarised_number_of_other_sequences_over_50") %>%
rename("Num. Seq. Over 100" = "difference_plagiarised_number_of_other_sequences_over_100") %>%
# Plag length
rename("Seq. Leng. Over 5" = "difference_plagiarised_cumulative_sequence_length_over_5") %>%
rename("Seq. Leng. Over 10" = "difference_plagiarised_cumulative_sequence_length_over_10") %>%
rename("Seq. Leng. Over 25" = "difference_plagiarised_cumulative_sequence_length_over_25") %>%
rename("Seq. Leng. Over 50" = "difference_plagiarised_cumulative_sequence_length_over_50") %>%
rename("Seq. Leng. Over 100" = "difference_plagiarised_cumulative_sequence_length_over_100") %>%
# Fuzzy sequences
rename("Fuzzy Num. Seq. Over 10" = "differece_fuzzy_number_of_other_sequences_over_10") %>%
rename("Fuzzy Num. Seq. Over 25" = "differece_fuzzy_number_of_other_sequences_over_25") %>%
rename("Fuzzy Num. Seq. Over 50" = "differece_fuzzy_number_of_other_sequences_over_50") %>%
rename("Fuzzy Num. Seq. Over 100" = "differece_fuzzy_number_of_other_sequences_over_100") %>%
# Fuzzy length
rename("Fuzzy Seq. Leng. Over 10" = "differece_fuzzy_cumulative_sequence_length_over_10") %>%
rename("Fuzzy Seq. Leng. Over 25" = "differece_fuzzy_cumulative_sequence_length_over_25") %>%
rename("Fuzzy Seq. Leng. Over 50" = "differece_fuzzy_cumulative_sequence_length_over_50") %>%
rename("Fuzzy Seq. Leng. Over 100" = "differece_fuzzy_cumulative_sequence_length_over_100") %>%
# Other terms
rename("Unique Tokens" = "Types") %>%
rename("Total Tokens" = "Tokens") %>%
rename("Total Sentences" = "Sentences") %>%
rename("Words" = "words")
order_of_terms_for_plots <- c(
"Unique Tokens", "Total Tokens", "Total Sentences", "Words",
"Num. Seq. Over 5", "Num. Seq. Over 10",
"Num. Seq. Over 25", "Num. Seq. Over 50",
"Num. Seq. Over 100",
"Seq. Leng. Over 5", "Seq. Leng. Over 10",
"Seq. Leng. Over 25", "Seq. Leng. Over 50",
"Seq. Leng. Over 100",
"Fuzzy Num. Seq. Over 10","Fuzzy Num. Seq. Over 25",
"Fuzzy Num. Seq. Over 50", "Fuzzy Num. Seq. Over 100",
"Fuzzy Seq. Leng. Over 10", "Fuzzy Seq. Leng. Over 25",
"Fuzzy Seq. Leng. Over 50", "Fuzzy Seq. Leng. Over 100")
data_for_plots <- all_repeated_language %>%
gather(terms, val, -comment_url) %>%
mutate(val = as.numeric(val)) %>%
group_by(terms) %>%
filter(terms %in% order_of_terms_for_plots) %>%
mutate(terms = factor(terms, levels=c(
"Unique Tokens",
"Total Tokens",
"Total Sentences",
"Words",
"Num. Seq. Over 5",
"Num. Seq. Over 10",
"Num. Seq. Over 25",
"Num. Seq. Over 50",
"Num. Seq. Over 100",
"Seq. Leng. Over 5",
"Seq. Leng. Over 10",
"Seq. Leng. Over 25",
"Seq. Leng. Over 50",
"Seq. Leng. Over 100",
"Fuzzy Num. Seq. Over 10",
"Fuzzy Num. Seq. Over 25",
"Fuzzy Num. Seq. Over 50",
"Fuzzy Num. Seq. Over 100",
"Fuzzy Seq. Leng. Over 10",
"Fuzzy Seq. Leng. Over 25",
"Fuzzy Seq. Leng. Over 50",
"Fuzzy Seq. Leng. Over 100")))
#### Summary Stats ####
summary_stats <- data_for_plots %>%
summarise(
n = n(),
min = fivenum(val)[1],
#Q1 = fivenum(val)[2],
median = fivenum(val)[3],
#Q3 = fivenum(val)[4],
Q90 = quantile(val, 0.9, na.rm = T),
Q95 = quantile(val, 0.95, na.rm = T),
Q99 = quantile(val, 0.99, na.rm = T),
max = fivenum(val)[5]
)
summary_stats %>%
pander::pandoc.table()
#### Export Summary Stats to Latex ####
print(xtable::xtable(summary_stats, digits = 0), include.rownames = F)
# Violin Plots ####
#### Length ####
comment_length <- data_for_plots %>%
filter(terms %in% c("Total Sentences","Words")) %>%
mutate(val = val + 1) %>%
group_by(terms) %>%
ggplot( aes(x=terms, y=val)) + #, fill=terms)) +
geom_violin(width=1) +
facet_wrap(~terms, scales = "free") +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
theme_minimal() +
geom_boxplot(width=0.2, color="grey", alpha=0.2) +
labs(title = "Comment Length",
caption = "Sentences measured from capital letter to period; Words measured as characters between spaces") +
theme(legend.position="none",
plot.title = element_text(size = 12, face = "bold",hjust = 0.5)) +
xlab("") +
ylab("Count")
#### Exact Matches: Number ####
plag_seq <- data_for_plots %>%
filter(terms %in% c( "Num. Seq. Over 5",
"Num. Seq. Over 10",
"Num. Seq. Over 25",
"Num. Seq. Over 50",
"Num. Seq. Over 100")) %>%
group_by(terms) %>%
ggplot( aes(x=terms, y=val)) + #, fill=terms)) +
geom_violin(width=1) +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
geom_boxplot(width=0.2, color="grey", alpha=0.2) +
labs(title = "Exact Matches: Number of Sequences over Length n in Comment and Final Rule",
caption = "These are counts; a 1 where n = 5 represents 5 words in the comment and final rule") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5)) +
xlab("") +
ylab("Count of Exact Sequences")
#### Exact Matches: Length ####
plag_len <- data_for_plots %>%
filter(terms %in% c("Seq. Leng. Over 5",
"Seq. Leng. Over 10",
"Seq. Leng. Over 25",
"Seq. Leng. Over 50",
"Seq. Leng. Over 100")) %>%
group_by(terms) %>%
ggplot( aes(x=terms, y=val)) + #, fill=terms)) +
geom_violin(width=1) +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
geom_boxplot(width=0.2, color="grey", alpha=0.2) +
labs(title = "Exact Matches: Total Length of Matched Sequences",
caption = "These are the cumulative lengths of the sequences above per document") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5)) +
xlab("") +
ylab("Total Amount of Repeated Text")
#### Fuzzy Matches: Number ####
fuzzy_seq <- data_for_plots %>%
filter(terms %in% c("Fuzzy Num. Seq. Over 10",
"Fuzzy Num. Seq. Over 25",
"Fuzzy Num. Seq. Over 50",
"Fuzzy Num. Seq. Over 100")) %>%
group_by(terms) %>%
ggplot( aes(x=terms, y=val)) + #, fill=terms)) +
geom_violin(width=1) +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
geom_boxplot(width=0.2, color="grey", alpha=0.2) +
labs(title = "Fuzzy Matches: Number of Sequences over Length n in Comment and Final Rule",
caption = "These are counts; a 1 where n = 5 represents 5 words in the comment and final rule") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5)) +
xlab("") +
ylab("Count of Fuzzy Mathed Sequences")
#### Fuzzy Matches: Length ####
fuzzy_len <- data_for_plots %>%
filter(terms %in% c("Fuzzy Seq. Leng. Over 10",
"Fuzzy Seq. Leng. Over 25",
"Fuzzy Seq. Leng. Over 50",
"Fuzzy Seq. Leng. Over 100")) %>%
group_by(terms) %>%
ggplot( aes(x=terms, y=val)) + #, fill=terms)) +
geom_violin(width=1) +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
geom_boxplot(width=0.2, color="grey", alpha=0.2) +
labs(title = "Fuzzy Matches: Total Length of Matched Sequences",
caption = "These are the cumulative lengths of the sequences above per document") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5)) +
xlab("") +
ylab("Total Amount of Repeated Text")
## Save Distribution Plots ####
plag_seq
plag_len
fuzzy_seq
fuzzy_len
# ggsave(plot = plag_seq, "violin_plag_seq.pdf", width = 9, height = 6.5)
# ggsave(plot = plag_seq, "violin_plag_len.pdf", width = 9, height = 6.5)
# ggsave(plot = fuzzy_len, "violin_fuzzy_seq.pdf", width = 9, height = 6.5)
# ggsave(plot = fuzzy_seq, "violin_fuzzy_seq.pdf", width = 9, height = 6.5)
# Correlation Plots ####
cor.mtest <- function(mat, ...) {
mat <- as.matrix(mat)
n <- ncol(mat)
p.mat<- matrix(NA, n, n)
diag(p.mat) <- 0
for (i in 1:(n - 1)) {
for (j in (i + 1):n) {
tmp <- cor.test(mat[, i], mat[, j], ...)
p.mat[i, j] <- p.mat[j, i] <- tmp$p.value
}
}
colnames(p.mat) <- rownames(p.mat) <- colnames(mat)
return(p.mat)
}
assemble_corr_plots <- function(tbl){
# tbl = data_for_correlation_plot
#names(tbl) <- base::tolower(substring(names(tbl), 1,5))
corrs <- tbl %>%
cor()
p.mat <- tbl %>%
cor.mtest()
col <- colorRampPalette(c("#BB4444", "#EE9988", "#FFFFFF", "#77AADD", "#4477AA"))
c_plot <- function() {
corrplot(corrs, method="color", col=col(200),
type="upper", order="hclust",
addCoef.col = "black", # Add coefficient of correlation
tl.col="black", tl.srt=45, #Text label color and rotation
# Combine with significance
p.mat = p.mat, sig.level = 0.01, insig = "blank",
# hide correlation coefficient on the principal diagonal
diag=FALSE)
}
list(c_plot = c_plot)
}
## Length ####
length_variables <- all_repeated_language %>%
select(`Unique Tokens`,`Total Tokens`,
`Total Sentences`, `Words`)
pdf(file = "Length_Correlations.pdf")
assemble_corr_plots(length_variables)$c_plot()
dev.off()
plagiarism_number_variables <- all_repeated_language %>%
select(`Num. Seq. Over 5`,`Num. Seq. Over 10`,`Num. Seq. Over 25`,
`Num. Seq. Over 50`, `Num. Seq. Over 100`)
pdf(file = "Plagiarism_Number_Correlations.pdf")
assemble_corr_plots(plagiarism_number_variables)$c_plot()
dev.off()
plagiarism_length_variables <- all_repeated_language %>%
select(`Seq. Leng. Over 5`, `Seq. Leng. Over 10`,
`Seq. Leng. Over 25`,`Seq. Leng. Over 50`,
`Seq. Leng. Over 100`)
#pdf(file = "Plagiarism_Length_Correlations.pdf")
#assemble_corr_plots(plagiarism_length_variables)$c_plot()
dev.off()
fuzzy_number_variables <- all_repeated_language %>%
select(`Fuzzy Num. Seq. Over 10`,
`Fuzzy Num. Seq. Over 25`,
`Fuzzy Num. Seq. Over 50`,
`Fuzzy Num. Seq. Over 100`)
pdf(file = "Fuzzy_Number_Correlations.pdf")
#assemble_corr_plots(fuzzy_number_variables)$c_plot()
dev.off()
### Fuzzy Length of Sequences ###
fuzzy_length_variables <- all_repeated_language %>%
select(`Fuzzy Seq. Leng. Over 10`,
`Fuzzy Seq. Leng. Over 25`,
`Fuzzy Seq. Leng. Over 50`,
`Fuzzy Seq. Leng. Over 100`)
pdf(file = "Fuzzy_Length_Correlations.pdf")
#assemble_corr_plots(fuzzy_length_variables)$c_plot()
dev.off()
all <- all_repeated_language %>%
select(`Unique Tokens`,`Total Tokens`,
`Total Sentences`, `Words`,
`Num. Seq. Over 5`,`Num. Seq. Over 10`,`Num. Seq. Over 25`,
`Num. Seq. Over 50`, `Num. Seq. Over 100`,
`Seq. Leng. Over 5`, `Seq. Leng. Over 10`,
`Seq. Leng. Over 25`,`Seq. Leng. Over 50`,
`Seq. Leng. Over 100`,
`Fuzzy Num. Seq. Over 10`,
`Fuzzy Num. Seq. Over 25`,
`Fuzzy Num. Seq. Over 50`,
`Fuzzy Num. Seq. Over 100`,
`Fuzzy Seq. Leng. Over 10`,
`Fuzzy Seq. Leng. Over 25`,
`Fuzzy Seq. Leng. Over 50`,
`Fuzzy Seq. Leng. Over 100`)
pdf(file = "All_Correlations.pdf",width=11, height=8.5, paper = "USr")
#assemble_corr_plots(all)$c_plot()
dev.off()
rm(all, fuzzy_length_variables,fuzzy_number_variables,
plagiarism_length_variables,plagiarism_number_variables)
# Create two dataframes, one wide and one long ####
wide<- all_repeated_language %>%
inner_join(commenter_covariates, by = "comment_url")
### Lots of missing comments in commenter_covariates
missing <- all_repeated_language %>%
anti_join(commenter_covariates, by = "comment_url")
# missing %>% View()
commenter_covariates$comment_url[201316]
### see one example here:
grep(pattern = "CFPB-2016-0020-0044", x = all_repeated_language$comment_url)
grep(pattern = "CFPB-2016-0020-0044", x = commenter_covariates$comment_url)
#### Asset Scatterplots ####
mdc_and_efficacy <- all_repeated_language %>%
inner_join(match_data_clean, by = "comment_url")
Words <- mdc_and_efficacy %>%
ggplot( aes(x=org_resources, y=Words)) + #, fill=terms)) +
geom_point() +
geom_smooth() +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
labs(title = "Comment Length and Organizational Resources",
caption = "") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5)) +
xlab("Assets") +
ylab("Words")
Plag_Count_Over_10 <- mdc_and_efficacy %>%
ggplot( aes(x=org_resources, y=`Num. Seq. Over 10`)) + #, fill=terms)) +
geom_point() +
geom_smooth() +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
labs(title = "Number of Repeated Sequences over 10 and Organizational Resources",
caption = "The depentend variable is count") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5)) +
xlab("Assets") +
ylab("Total Amount of Repeated Text")
Plag_Count_Over_25 <- mdc_and_efficacy %>%
ggplot( aes(x=org_resources, y=`Num. Seq. Over 25`)) + #, fill=terms)) +
geom_point() +
geom_smooth() +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
labs(title = "Number of Repeated Sequences over 25 and Organizational Resources",
caption = "The depentend variable is count") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5)) +
xlab("Assets") +
ylab("Total Amount of Repeated Text")
Plag_Length_Over_10 <- mdc_and_efficacy %>%
ggplot( aes(x=org_resources, y=`Seq. Leng. Over 10`)) + #, fill=terms)) +
geom_point() +
geom_smooth() +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
labs(title = "Cumulative Length and Organizational Resources",
caption = "The depentend variable is based on sequences of over 10 words") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5)) +
xlab("Assets") +
ylab("Total Amount of Repeated Text")
Plag_Length_Over_25 <- mdc_and_efficacy %>%
ggplot( aes(x=org_resources, y=`Seq. Leng. Over 25`)) + #, fill=terms)) +
geom_point() +
geom_smooth() +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
labs(title = "Cumulative Length and Organizational Resources",
caption = "The depentend variable is based on sequences of over 25 words") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5)) +
xlab("Assets") +
ylab("Total Amount of Repeated Text")
# master_location <- "/Users/stevenrashin/Dropbox/FINREG-RULEMAKE/attachments.sqlite"
# con = dbConnect(SQLite(), dbname=master_location)
# myQuery <- dbSendQuery(con, "SELECT * FROM attachments")
# All_comment_text <- dbFetch(myQuery, n = -1) %>% as_tibble()
# All_comment_text %<>% arrange(comment_url)
check_no_words <- mdc_and_efficacy %>%
select(comment_url, Words, org_resources) %>%
filter(Words == 0) %>%
select(comment_url) %>%
pull()
# All_comment_text %>%
# filter(comment_url %in% check_no_words)
# rm(All_comment_text)
Words
Plag_Count_Over_10
Plag_Count_Over_25
Plag_Length_Over_10
Plag_Length_Over_25
# ggsave(plot = Words, "Assets_Words.pdf", width = 9, height = 6.5)
# ggsave(plot = Plag_Count_Over_10, "Assets_Plag_Count_10.pdf", width = 9, height = 6.5)
# ggsave(plot = Plag_Count_Over_25, "Assets_Plag_Count_25.pdf",width = 9, height = 6.5)
# ggsave(plot = Plag_Length_Over_10, "Assets_Plag_Length_10.pdf", width = 9, height = 6.5)
# ggsave(plot = Plag_Length_Over_25, "Assets_Plag_Length_25.pdf", width = 9, height = 6.5)
repeated_text_scatter <- wide %>%
select(comment_url, best_match_type, matches("bestMatch.financial_measure"),
`Seq. Leng. Over 10`, Words) %>%
filter(Words > 0) %>%
distinct() %>%
rename("CIK" = "CIK.bestMatch.financial_measure") %>%
rename("FDIC" = "FDIC_Institutions.bestMatch.financial_measure") %>%
rename("Compustat" = "compustat_resources.bestMatch.financial_measure") %>%
rename("Nonprofits" = "nonprofits_resources.bestMatch.financial_measure") %>%
rename("Open Secrets" = "opensecrets_resources_jwVersion.bestMatch.financial_measure") %>%
rename("Repeated Text" = `Seq. Leng. Over 10`) %>%
gather(match_type, resources, -comment_url, -best_match_type,
-`Repeated Text`,
-Words) %>%
ggplot( aes(x=resources, y=`Repeated Text`)) + #fill = best_match_type, color = best_match_type
geom_point() +
geom_smooth(method = "lm") +
facet_wrap(~match_type, scales = "fixed") +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
labs(title = "Cumulative Repeated Text and Organizational Resources",
caption = "The depentend variable is based on sequences of over 10 words") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5),
strip.background = element_rect(colour=NA, fill=NA),
panel.border = element_rect(fill = NA, color = "black")) +
xlab("Resources") +
ylab("Total Amount of Repeated Text")
repeated_text_by_agency <- wide %>%
select(comment_url, best_match_type, matches("bestMatch.financial_measure"),
comment_agency,
`Seq. Leng. Over 10`, Words) %>%
filter(Words > 0) %>%
distinct() %>%
rename("CIK" = "CIK.bestMatch.financial_measure") %>%
rename("FDIC" = "FDIC_Institutions.bestMatch.financial_measure") %>%
rename("Compustat" = "compustat_resources.bestMatch.financial_measure") %>%
rename("Nonprofits" = "nonprofits_resources.bestMatch.financial_measure") %>%
rename("Open Secrets" = "opensecrets_resources_jwVersion.bestMatch.financial_measure") %>%
rename("Repeated Text" = `Seq. Leng. Over 10`) %>%
gather(match_type, resources, -comment_url, -best_match_type,
-`Repeated Text`,-comment_agency,
-Words) %>%
ggplot( aes(x=resources, y=`Repeated Text`)) + #fill = best_match_type, color = best_match_type
geom_point() +
geom_smooth(method = "lm") +
facet_wrap(~comment_agency, scales = "fixed") +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=10)) +
theme_bw() +
labs(title = "Cumulative Repeated Text and Organizational Resources",
caption = "The dependent variable is based on sequences of over 10 words") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5),
strip.background = element_rect(colour=NA, fill=NA),
panel.border = element_rect(fill = NA, color = "black")) +
xlab("Resources") +
ylab("Total Amount of Repeated Text (Words)")
# Plots for paper ####
# ggsave(plot = repeated_text_by_agency, "/Users/stevenrashin/Dropbox/FINREG-RULEMAKE/Drafts/Participatory Inequality and Rulemaking: Evidence from Financial Regulation/Figures/Repeated_text_agency_assets_cumulative_over10.pdf", width = 13, height = 6.5)
# ggsave(plot = repeated_text_scatter, "Repeated_text_assets_cumulative_over10.pdf", width = 9, height = 6.5)
rpt_naive <- lm(formula = "log(`Seq. Leng. Over 10`+1) ~ log_p1_financial_measure", data = wide)
rpt_w_control <- lm(formula = "log(`Seq. Leng. Over 10`+1) ~ log_p1_financial_measure + log(Words+1)", data = wide)
rpt_w_control_w_fex <- lm(formula = "log(`Seq. Leng. Over 10`+1) ~ log_p1_financial_measure + log(Words+1)+
comment_agency + rin", data = wide)
rpt_w_control_w_full_fex <- lm(formula = "log(`Seq. Leng. Over 10`+1) ~ log_p1_financial_measure + log(Words+1)+
comment_agency + rin + best_match_type", data = wide)
# library(miceadds)
#rpt_w_control_se <- lm.cluster(formula = "log(`Seq. Leng. Over 10`+1) ~ log_p1_financial_measure + log(Words+1)", data = wide,cluster = 'rin')
#rpt_w_control_w_fex_se <- lm.cluster(formula = "log(`Seq. Leng. Over 10`+1) ~ log_p1_financial_measure + log(Words+1)+
# comment_agency + rin", data = wide,cluster = 'rin')
#rpt_w_control_w_full_fex_se <- lm.cluster(formula = "log(`Seq. Leng. Over 10`+1) ~ log_p1_financial_measure + log(Words+1)+
# comment_agency + rin + #best_match_type", data = wide,cluster = 'rin')
#
# stargazer::stargazer(rpt_naive,rpt_w_control,rpt_w_control_w_fex, rpt_w_control_w_full_fex,
# title="Text Reuse and Organizational Assets", type="latex",
# digits=3,
# se = list(NULL,
# sqrt(diag(vcov(rpt_w_control_se))),
# sqrt(diag(vcov(rpt_w_control_w_fex_se))),
# sqrt(diag(vcov(rpt_w_control_w_full_fex_se)))
# ),
# dep.var.labels=c("Cumulative Repeated Text"),
# omit = c("comment_agency","rin","best_match_type"),
# covariate.labels=c("Log Org. Resources",
# "Log Comment Length"),
# omit.stat=c("LL","ser","f","adj.rsq"), no.space=TRUE,
# add.lines = list(
# c("Clustering", "No", "Rule","Rule","Rule"),
# c("Fixed effects?", "No", "No","Agency, RIN","Agency, RIN, Source")),
# #out="/Users/stevenrashin/Dropbox/FINREG-RULEMAKE/Drafts/Participatory Inequality and Rulemaking: Evidence from Financial Regulation/Tables/efficacy_and_resources.txt"
)
# Complexity plots ####
tables_and_figures <- wide %>%
left_join(technical_terms, by = c("comment_url")) %>%
filter(Words > 0) %>%
distinct() %>%
rename("CIK" = "CIK.bestMatch.financial_measure") %>%
rename("FDIC" = "FDIC_Institutions.bestMatch.financial_measure") %>%
rename("Compustat" = "compustat_resources.bestMatch.financial_measure") %>%
rename("Nonprofits" = "nonprofits_resources.bestMatch.financial_measure") %>%
rename("Open Secrets" = "opensecrets_resources_jwVersion.bestMatch.financial_measure") %>%
rename("Repeated Text" = `Seq. Leng. Over 10`) %>%
ggplot( aes(x=Visualizations, y=`Repeated Text`)) +
geom_point() +
geom_smooth(method = "lm") +
facet_wrap(~comment_agency, scales = "fixed") +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
theme_bw() +
labs(title = "Log Cumulative Repeated Text and Data",
caption = "The dependent variable is based on sequences of over 10 words") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5),
strip.background = element_rect(colour=NA, fill=NA),
panel.border = element_rect(fill = NA, color = "black")) +
xlab("Tables and Figures") +
ylab("Total Amount of Repeated Text (Words)")
# Dictionary Term plots ####
dict_terms <- wide %>%
left_join(technical_terms, by = c("comment_url")) %>%
filter(Words > 0) %>%
distinct() %>%
rename("CIK" = "CIK.bestMatch.financial_measure") %>%
rename("FDIC" = "FDIC_Institutions.bestMatch.financial_measure") %>%
rename("Compustat" = "compustat_resources.bestMatch.financial_measure") %>%
rename("Nonprofits" = "nonprofits_resources.bestMatch.financial_measure") %>%
rename("Open Secrets" = "opensecrets_resources_jwVersion.bestMatch.financial_measure") %>%
rename("Repeated Text" = `Seq. Leng. Over 10`) %>%
ggplot( aes(x=dictionary_terms, y=`Repeated Text`)) +
#dictionary_terms = banking + us_law - overlap
geom_point() +
geom_smooth(method = "lm") +
facet_wrap(~comment_agency, scales = "fixed") +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=10)) +
theme_bw() +
labs(title = "Log Cumulative Repeated Text and Legal and Banking Terms",
caption = "The dependent variable is based on sequences of over 10 words \n
Dictionary terms are the sum of banking and legal terms") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5),
strip.background = element_rect(colour=NA, fill=NA),
panel.border = element_rect(fill = NA, color = "black")) +
xlab("Legal and Banking Terms") +
ylab("Total Amount of Repeated Text (Words)")
bluebook <- wide %>%
left_join(technical_terms, by = c("comment_url")) %>%
filter(Words > 0) %>%
distinct() %>%
rename("CIK" = "CIK.bestMatch.financial_measure") %>%
rename("FDIC" = "FDIC_Institutions.bestMatch.financial_measure") %>%
rename("Compustat" = "compustat_resources.bestMatch.financial_measure") %>%
rename("Nonprofits" = "nonprofits_resources.bestMatch.financial_measure") %>%
rename("Open Secrets" = "opensecrets_resources_jwVersion.bestMatch.financial_measure") %>%
rename("Repeated Text" = `Seq. Leng. Over 10`) %>%
ggplot( aes(x=Total_Legal_Citations, y=`Repeated Text`)) +
#Total_Legal_Citations = US_Code + Supreme_Court_Cases +
#Appeals_and_District_Court_Cases + Code_of_Federal_Regulations +
#Federal_Register_Total
#dictionary_terms = banking + us_law - overlap
geom_point() +
geom_smooth(method = "lm") +
facet_wrap(~comment_agency, scales = "fixed") +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=10)) +
theme_bw() +
labs(title = "Log Cumulative Repeated Text and Bluebook Citations",
caption = "The dependent variable is based on sequences of over 10 words \n
Bluebook terms are include US Code, Federal Court Cases, the CFR") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5),
strip.background = element_rect(colour=NA, fill=NA),
panel.border = element_rect(fill = NA, color = "black")) +
xlab("Bluebook Citations") +
ylab("Total Amount of Repeated Text (Words)")
# ggsave(plot = dict_terms, "/Users/stevenrashin/Dropbox/FINREG-RULEMAKE/Drafts/Participatory Inequality and Rulemaking: Evidence from Financial Regulation/Figures/Repeated_text_agency_dictionary_cumulative_over10.pdf", width = 13, height = 6.5)
# ggsave(plot = bluebook, "/Users/stevenrashin/Dropbox/FINREG-RULEMAKE/Drafts/Participatory Inequality and Rulemaking: Evidence from Financial Regulation/Figures/Repeated_text_agency_bluebook_cumulative_over10.pdf", width = 13, height = 6.5)
big_dict_resources <- wide %>%
left_join(technical_terms, by = c("comment_url")) %>%
filter(Words > 0) %>%
select(comment_url, best_match_type, matches("bestMatch.financial_measure"),
comment_agency,
`Seq. Leng. Over 10`,dictionary_terms) %>%
distinct() %>%
rename("CIK" = "CIK.bestMatch.financial_measure") %>%
rename("FDIC" = "FDIC_Institutions.bestMatch.financial_measure") %>%
rename("Compustat" = "compustat_resources.bestMatch.financial_measure") %>%
rename("Nonprofits" = "nonprofits_resources.bestMatch.financial_measure") %>%
rename("Open Secrets" = "opensecrets_resources_jwVersion.bestMatch.financial_measure") %>%
gather(match_type, resources, -dictionary_terms,-comment_url, -best_match_type,
-comment_agency) %>%
filter(resources>10000) %>%
ggplot( aes(x=resources, y=dictionary_terms)) +
#Total_Legal_Citations = US_Code + Supreme_Court_Cases +
#Appeals_and_District_Court_Cases + Code_of_Federal_Regulations +
#Federal_Register_Total
#dictionary_terms = banking + us_law - overlap
geom_point() +
geom_smooth(method = "lm") +
facet_wrap(~comment_agency, scales = "fixed") +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=10)) +
theme_bw() +
labs(title = "Log Dictionary Terms and Resources",
caption = "") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5),
strip.background = element_rect(colour=NA, fill=NA),
panel.border = element_rect(fill = NA, color = "black")) +
xlab("Resources") +
ylab("Comment Sophistication (Dictionary Terms)")
all_dict_resources <- wide %>%
left_join(technical_terms, by = c("comment_url")) %>%
filter(Words > 0) %>%
select(comment_url, best_match_type, matches("bestMatch.financial_measure"),
comment_agency,
`Seq. Leng. Over 10`,dictionary_terms) %>%
distinct() %>%
rename("CIK" = "CIK.bestMatch.financial_measure") %>%
rename("FDIC" = "FDIC_Institutions.bestMatch.financial_measure") %>%
rename("Compustat" = "compustat_resources.bestMatch.financial_measure") %>%
rename("Nonprofits" = "nonprofits_resources.bestMatch.financial_measure") %>%
rename("Open Secrets" = "opensecrets_resources_jwVersion.bestMatch.financial_measure") %>%
gather(match_type, resources, -dictionary_terms,-comment_url, -best_match_type,
-comment_agency) %>%
ggplot( aes(x=resources, y=dictionary_terms)) +
#Total_Legal_Citations = US_Code + Supreme_Court_Cases +
#Appeals_and_District_Court_Cases + Code_of_Federal_Regulations +
#Federal_Register_Total
#dictionary_terms = banking + us_law - overlap
geom_point() +
geom_smooth(method = "lm") +
facet_wrap(~comment_agency, scales = "fixed") +
scale_y_log10(labels = scales::comma_format(accuracy=1)) +
scale_x_log10(labels = scales::comma_format(accuracy=10)) +
theme_bw() +
labs(title = "Log Dictionary Terms and Resources",
caption = "") +
theme(legend.position="none",
plot.title = element_text(hjust = 0.5),
strip.background = element_rect(colour=NA, fill=NA),
panel.border = element_rect(fill = NA, color = "black")) +
xlab("Resources") +
ylab("Comment Sophistication (Dictionary Terms)")
names(technical_terms)
#'4. @Steve and @Chris, I’d recommend some scatters (colored by data source: “best_match_type”)
#'and regressions of comment sophistication by log_p1_financial_measure
#'(and in the organization-level dataset, by num_comments submitted and by
#'num_venues_commenting_in)
#### DEAL WITH THIS LATER ####
long <- all_repeated_language %>%
inner_join(commenter_covariates, by = "comment_url")
Comments per docket
Some of these appear to be over-matched, but it is also possible that the comment counts are wrong.
Payday loan rule
The payday loan rule accounts for 90% of credit union comments and 50% of nonprofit comments, and 75% of open secrets matched comments in the current data. 15% of nonprofits and 30% of opensecrets matches commented only on the payday loan rule